summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/LOCK-error-file-create-fail.cmake
blob: 4868cfe29d471fc6f1098e4b6a238d1890156684 (plain)
1
2
3
set(tmp "${CMAKE_CURRENT_BINARY_DIR}/temp-directory")
file(MAKE_DIRECTORY "${tmp}")
file(LOCK "${tmp}")