summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG.rst
Commit message (Collapse)AuthorAgeFilesLines
* find_package: Add option to prefer Config modeCristian Adam2019-05-211-0/+27
Add a `CMAKE_FIND_PACKAGE_PREFER_CONFIG` variable to tell `find_package` calls to look for a package configuration file first even if a find module is available. Fixes: #16805, #19236