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 )
|