mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
5512057c13
These make the existing `no-perms` case redundant, so repurpose it to replace `no-keyword`.
3 lines
124 B
CMake
3 lines
124 B
CMake
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/a)
|
|
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/a FILE_PERMISSIONS OWNER_READ PERMISSIONS)
|