Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
find_program
/
Optional.cmake
blob: 7ef995db43d2c070e20a1bebd5fb3e82a9a58f38 [
file
] [
log
] [
blame
]
set
(
CMAKE_FIND_REQUIRED ON
)
find_program
(
PROG_AandB_Optional
NAMES testAandB
OPTIONAL
)
find_program
(
PROG_AandB_OptionalRequired
NAMES testAandB
OPTIONAL
REQUIRED
)
find_program
(
PROG_AandB
NAMES testAandB
)