summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/LOCK-error-lock-fail.cmake
blob: aa7f663c248cc6926531986f771601a41fddf6da (plain)
1
2
3
4
5
6
set(lfile "${CMAKE_CURRENT_BINARY_DIR}/file-to-lock")
FILE(WRITE "${lfile}" "")

# Try to lock file '${lfile}/cmake.lock'. Since `lfile` is not a directory
# expected that operation will fail.
file(LOCK "${lfile}" DIRECTORY)