mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 08:18:37 -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})
|