mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
03ad0e61c1
User defined permissions and options to copy permissions are implemented. Fixes: #20866
6 lines
137 B
CMake
6 lines
137 B
CMake
configure_file(sourcefile.txt
|
|
${CMAKE_CURRENT_BINARY_DIR}/sourcefile.txt
|
|
NO_SOURCE_PERMISSIONS
|
|
FILE_PERMISSIONS OWNER_READ
|
|
)
|