cmake/Tests/RunCMake/if/exists.cmake
2023-05-23 16:38:00 +02:00

4 lines
76 B
CMake

if(EXISTS "")
message(FATAL_ERROR "EXISTS \"\" should not exist")
endif()