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

4 lines
72 B
CMake
Raw Normal View History

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