We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3427d commit 34cedc6Copy full SHA for 34cedc6
2 files changed
templates/CMakeLists.txt
@@ -1,7 +1,8 @@
1
2
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test_project.sh.in
3
${CMAKE_CURRENT_BINARY_DIR}/test_project.sh
4
- @ONLY)
+ @ONLY
5
+ USE_SOURCE_PERMISSIONS)
6
7
foreach(container_type IN ITEMS root stl)
8
add_test(NAME project_${container_type}_containers
templates/test_project.sh.in
100644
100755
0 commit comments