summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-CHMOD/CHMOD-override.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/file-CHMOD/CHMOD-override.cmake')
-rw-r--r--Tests/RunCMake/file-CHMOD/CHMOD-override.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/RunCMake/file-CHMOD/CHMOD-override.cmake b/Tests/RunCMake/file-CHMOD/CHMOD-override.cmake
deleted file mode 100644
index d9226b8..0000000
--- a/Tests/RunCMake/file-CHMOD/CHMOD-override.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-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 OWNER_READ
- FILE_PERMISSIONS OWNER_READ OWNER_WRITE)