Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
RunCMake
/
FPHSA
/
FindPseudoRange.cmake
blob: ad0342c656a6c3e5e164eded9e02db5bfae425aa [
file
]
# pseudo find_module
set
(
FOOBAR TRUE
)
include
(
FindPackageHandleStandardArgs
)
find_package_handle_standard_args
(
PseudoRange
REQUIRED_VARS FOOBAR VERSION_VAR
PseudoRange_VERSION
HANDLE_VERSION_RANGE
)