summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_FIND_USE_CMAKE_PATH.rst
Commit message (Collapse)AuthorAgeFilesLines
* find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-041-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 docsCraig Scott2019-10-271-6/+11
|
* FindPackage: Support `NO_[]_PATH` global call optionsRobert Maynard2019-07-221-1/+1
|
* Find: find_package prefers variable CMAKE_FIND_USE_REGISTRYRobert Maynard2019-07-091-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_ docsRobert Maynard2019-07-091-5/+11
|
* Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-211-0/+11