Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
option
/
CMP0077-WARN.cmake
blob: 7f994569f943daec8159adc275f86c10139dcb9a [
file
] [
log
] [
blame
]
#Verify that option overwrites existing normal variable when the policy
#is set to OLD
set
(
OPT_LOCAL_VAR FALSE
)
option
(
OPT_LOCAL_VAR
"TEST_VAR"
ON
)