4 lines
76 B
CMake
4 lines
76 B
CMake
|
if(EXISTS "")
|
||
|
message(FATAL_ERROR "EXISTS \"\" should not exist")
|
||
|
endif()
|