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