cmake/Tests/RunCMake/file/timeout-script.cmake

6 lines
116 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
if(NOT file_to_lock)
message(FATAL_ERROR "file_to_lock is empty")
endif()
file(LOCK "${file_to_lock}" TIMEOUT 1)