index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
if
/
exists.cmake
blob: 2e5c0ee95c362eb4e00406d9872b6f83df8a53e3 (
plain
)
1
2
3
if(EXISTS "") message(FATAL_ERROR "EXISTS \"\" should not exist") endif()