Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0878306386d42084e8abc3525393ae2b65acf725
/
.
/
Tests
/
RunCMake
/
CMP0064
/
CMP0064-NEW.cmake
blob: cdf50e9cab96349975ccf8186e10d0d0c25cec57 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0064 NEW
)
if
(
NOT TEST
TestThatDoesNotExist
)
message
(
STATUS
"if NOT TestThatDoesNotExist is true"
)
endif
()