mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
These make the existing `no-perms` case redundant, so repurpose it to replace `no-keyword`.
3 lines
129 B
CMake
3 lines
129 B
CMake
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/a)
|
|
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/a PERMISSIONS OWNER_READ DIRECTORY_PERMISSIONS)
|