mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
7de60beddf
Fixes: #21057 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
6 lines
262 B
CMake
6 lines
262 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 INVALID_PERMISSION)
|