mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
28a92bde80
Issue: #26067
11 lines
164 B
CMake
11 lines
164 B
CMake
cmake_pkg_config(EXTRACT qux)
|
|
|
|
message(${CMAKE_PKG_CONFIG_CFLAGS})
|
|
|
|
cmake_pkg_config(
|
|
EXTRACT qux
|
|
DISABLE_UNINSTALLED ON
|
|
)
|
|
|
|
message(${CMAKE_PKG_CONFIG_CFLAGS})
|