mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
03ad0e61c1
User defined permissions and options to copy permissions are implemented. Fixes: #20866
5 lines
100 B
CMake
5 lines
100 B
CMake
configure_file(sourcefile.txt
|
|
${CMAKE_CURRENT_BINARY_DIR}/sourcefile.txt
|
|
FILE_PERMISSIONS
|
|
)
|