cmake/Tests/RunCMake/file/LOCK-error-file-create-fail.cmake

4 lines
104 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
set(tmp "${CMAKE_CURRENT_BINARY_DIR}/temp-directory")
file(MAKE_DIRECTORY "${tmp}")
file(LOCK "${tmp}")