File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -425,11 +425,4 @@ If you want to experiment with a new package, follow these steps:
425
425
[gcovr]: https://gcovr.com/en/stable/getting-started.html
426
426
[python-pip]: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
427
427
[build_type]: https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
428
- [runtime]: https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html
429
- [toolchain]: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
430
- [pcf]: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-configuration-file
431
- [pvf]: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-version-file
432
- [find_package]: https://cmake.org/cmake/help/latest/command/find_package.html
433
- [search]: https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure
434
- [prefix_path]: https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html
435
428
[profile]: https://docs.conan.io/en/latest/reference/profiles.html
Original file line number Diff line number Diff line change @@ -109,6 +109,16 @@ For options, each package recipe defines its own defaults.
109
109
You can pass every parameter to Conan on the command line,
110
110
but it is more convenient to put them in a configuration file, once, that
111
111
Conan can read every time it is configured.
112
- For Conan, that file is a [profile][profile ].
112
+ For Conan, that file is a [profile][].
113
113
**All we must do to properly configure Conan is edit and pass the profile.**
114
114
By default, Conan will use the profile named "default".
115
+
116
+ [build_type]: https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
117
+ [find_package]: https://cmake.org/cmake/help/latest/command/find_package.html
118
+ [pcf]: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-configuration-file
119
+ [prefix_path]: https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html
120
+ [profile]: https://docs.conan.io/en/latest/reference/profiles.html
121
+ [pvf]: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-version-file
122
+ [runtime]: https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html
123
+ [search]: https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure
124
+ [toolchain]: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
You can’t perform that action at this time.
0 commit comments