Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY | Robert Maynard | 2019-11-04 | 1 | -0/+1 |
| | | | | | | | | Extend the change from commit 1d00ba9ccf (Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY, 2018-11-13, v3.16.0-rc1~461^2~1) to cover the system package registry too. Fixes: #19890 | ||||
* | Help: Fix markup errors, improve wording of CMAKE_FIND... variable docs | Craig Scott | 2019-10-27 | 1 | -6/+11 |
| | |||||
* | FindPackage: Support `NO_[]_PATH` global call options | Robert Maynard | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY | Robert Maynard | 2019-07-09 | 1 | -0/+1 |
| | | | | | | CMake's find control flags should all have a consistent name. To make this happen we are introducing `CMAKE_FIND_USE_REGISTRY` and deprecating `CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY`. | ||||
* | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs | Robert Maynard | 2019-07-09 | 1 | -5/+11 |
| | |||||
* | Find: Provide global controls for the `NO_[]_PATH` call options | Robert Maynard | 2019-06-21 | 1 | -0/+11 |