mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
10 lines
328 B
ReStructuredText
10 lines
328 B
ReStructuredText
CMAKE_PKG_CONFIG_DISABLE_UNINSTALLED
|
|
------------------------------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
Enable / Disable the default "uninstalled" search behavior of the
|
|
:command:`cmake_pkg_config` command. When this variable is false, package files
|
|
with an "-uninstalled" suffix have higher priority than exact package name
|
|
matches.
|