cmake/Tests/RunCMake/CMP0054/CMP0054-keywords-WARN.cmake
2015-04-27 22:25:09 +02:00

4 lines
72 B
CMake

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