cmake/Tests/RunCMake/CMP0126/CMP0126-OLD_CL.cmake
2021-09-14 00:13:48 +02:00

10 lines
154 B
CMake

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()