4 lines
72 B
CMake
4 lines
72 B
CMake
|
if("NOT" 1)
|
||
|
message(FATAL_ERROR "[\"NOT\" 1] evaluated true")
|
||
|
endif()
|