Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
file
/
timeout-script.cmake
blob: e07dbf0b8a5c4435d97ff83f89b2acdd38d7b3b9 [
file
] [
log
] [
blame
]
if
(
NOT file_to_lock
)
message
(
FATAL_ERROR
"file_to_lock is empty"
)
endif
()
file
(
LOCK
"${file_to_lock}"
TIMEOUT
1
)