Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3555265f1df989bbb2bbd8ca408efcb3cb0cfd69
/
.
/
Tests
/
RunCMake
/
CMP0126
/
CMP0126-OLD_CL.cmake
blob: 5d72a876544fb577a67860a874ab35906fdb9068 [
file
]
cmake_policy
(
SET CMP0126 OLD
)
set
(
VAR
1
)
set
(
VAR
2
CACHE STRING
""
)
if
(
NOT VAR EQUAL
3
)
message
(
FATAL_ERROR
"normal variable still exist."
)
endif
()