Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
RequiredVarOptional.cmake
blob: 8653440ec2790d4508e0e8b9186478c73bf47e6e [
file
]
set
(
CMAKE_FIND_REQUIRED ON
)
find_package
(
DoesNotExist
-
Optional
OPTIONAL
CompA
CompB
CompC
)
find_package
(
DoesNotExist
)
message
(
FATAL_ERROR
"This error must not be reachable."
)