Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
find_program
/
Optional.cmake
blob: 7ef995db43d2c070e20a1bebd5fb3e82a9a58f38 [
file
] [
log
] [
blame
] [
edit
]
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
)