Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_file
/
Optional.cmake
blob: dbc8de9263401eb7938a1f1e11fd7e198b7f9d36 [
file
]
set
(
CMAKE_FIND_REQUIRED ON
)
find_file
(
FILE_doNotExists_Optional
NAMES doNotExists
.
h
OPTIONAL
)
find_file
(
FILE_doNotExists_OptionalRequired
NAMES doNotExists
.
h
OPTIONAL
REQUIRED
)
find_file
(
FILE_doNotExists
NAMES doNotExists
.
h
REQUIRED
)