mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
28a92bde80
Issue: #26067
10 lines
102 B
CMake
10 lines
102 B
CMake
cmake_pkg_config(
|
|
EXTRACT foo
|
|
REQUIRED
|
|
)
|
|
|
|
cmake_pkg_config(
|
|
EXTRACT does-not-exist
|
|
REQUIRED
|
|
)
|