summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0054/CMP0054-keywords-OLD.cmake
blob: a2a7f5183366c8f359a83e390c01df2803be7a27 (plain)
1
2
3
4
5
6
7
8
9
cmake_policy(SET CMP0054 OLD)

if(NOT 1)
  message(FATAL_ERROR "[NOT 1] evaluated true")
endif()

if("NOT" 1)
  message(FATAL_ERROR "[\"NOT\" 1] evaluated true")
endif()