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
/
file
/
SIZE-error-does-not-exist.cmake
blob: edcc22286b522538aa5dc3bbb037f578a747f8db (
plain
)
1
2
3
set(file "/a/file/that/does-not-exist") file(SIZE "${file}" CALCULATED_SIZE)