summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0126/CMP0126-NEW_CL.cmake
blob: cfaa1e303e40d10c04102ac7a96fa42a4ad0f778 (plain)
1
2
3
4
5
6
7
8
9

cmake_policy(SET CMP0126 NEW)

set(VAR 1)
set(VAR 2 CACHE STRING "")

if (NOT VAR EQUAL 1)
  message(FATAL_ERROR "normal variable does not exist anymore.")
endif()