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: ebac737dc96a23b6d242695c7203a3bef2bc8bcc (
plain
)
1
2
3
set(file "${CMAKE_CURRENT_BINARY_DIR}/does-not-exist") file(SIZE "${file}" CALCULATED_SIZE)