mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
6 lines
149 B
CMake
6 lines
149 B
CMake
|
|
#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)
|