mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
1cf2c94c69
Run each case as a `cmake -P` script instead of a full project. The caller handles build directory removal and creation.
3 lines
107 B
CMake
3 lines
107 B
CMake
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/a)
|
|
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/a PERMISSIONS OWNER_READ)
|