mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
7 lines
185 B
CMake
7 lines
185 B
CMake
# pseudo find_module without specifying VERSION_VAR
|
|
|
|
set(FOOBAR TRUE)
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(PseudoNoVersionVar REQUIRED_VARS FOOBAR)
|