mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-12 01:09:02 +00:00
(#16199) Update documentation URLs to use Conan v1 dedicated address
* update conan V1 docs url Signed-off-by: Uilian Ries <uilianries@gmail.com> * revert non docs Signed-off-by: Uilian Ries <uilianries@gmail.com> --------- Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ In ConanCenter, our belief is recipes should always match upstream, in other wor
|
||||
|
||||
Where dependencies are involved, there's no shortcuts, inspect the upstream's build scripts for how they are usually consumed. Pick the Conan
|
||||
generator that matches. The most common example is CMake's `find_package` that can be satisfied by Conan's
|
||||
[`CMakeDeps`](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmakedeps.html) generator. There are a few
|
||||
[`CMakeDeps`](https://docs.conan.io/1/reference/conanfile/tools/cmake/cmakedeps.html) generator. There are a few
|
||||
things to be cautious about, many projects like to "vendor" other projects within them. This can be files checked into the repository or
|
||||
downloaded during the build process. These should be removed, see the [Dependencies section](dependencies.md#handling-internal-dependencies)
|
||||
for more information.
|
||||
|
Reference in New Issue
Block a user