CMake/Tests/RunCMake/CMP0054/CMP0054-keywords-WARN.cmake

4 lines
72 B
CMake

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