Files
CMake/Tests/RunCMake/file-CHMOD/invalid-path.cmake
Brad King 1cf2c94c69 Tests: Simplify RunCMake.file-CHMOD cases
Run each case as a `cmake -P` script instead of a full project.
The caller handles build directory removal and creation.
2022-07-20 16:03:12 -04:00

2 lines
76 B
CMake

file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/I_dont_exist PERMISSIONS OWNER_READ)