mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
26a99da206
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
7 lines
246 B
ReStructuredText
7 lines
246 B
ReStructuredText
find-package-prefer-config
|
|
--------------------------
|
|
|
|
* Variable :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG` was added to tell
|
|
:command:`find_package` calls to look for a package configuration
|
|
file first even if a find module is available.
|