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