SIZE-error-does-not-exist.cmake 93 B

123
  1. set(file "${CMAKE_CURRENT_BINARY_DIR}/does-not-exist")
  2. file(SIZE "${file}" CALCULATED_SIZE)