cmake/Tests/RunCMake/if/exists.cmake

4 lines
76 B
CMake
Raw Normal View History

2023-05-23 16:38:00 +02:00
if(EXISTS "")
message(FATAL_ERROR "EXISTS \"\" should not exist")
endif()