mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
7de60beddf
Fixes: #21057 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
7 lines
317 B
CMake
7 lines
317 B
CMake
file(REMOVE_RECURSE ${CMAKE_CURRENT_BINARY_DIR}/chmod-tests)
|
|
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/chmod-tests)
|
|
|
|
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/chmod-tests/a)
|
|
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/chmod-tests/a PERMISSIONS OWNER_READ
|
|
FILE_PERMISSIONS OWNER_READ DIRECTORY_PERMISSIONS OWNER_READ)
|