7bb1abe56a
In the new mode FPHSA now accepts a FOUND_VAR option, which can be set either to ExactCase_FOUND or UPPERCASE_FOUND, no other values are accepted. Also add tests for that, including failure. Alex
7 lines
203 B
CMake
7 lines
203 B
CMake
set(SOP_FOO TRUE)
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
|
|
find_package_handle_standard_args(SomePackage REQUIRED_VARS SOP_FOO
|
|
FOUND_VAR SomePackage_FOUND )
|