Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
156ac6c728020f904d49b2a3d45b5f155b06d22b
/
.
/
Tests
/
RunCMake
/
file
/
timeout-script.cmake
blob: e07dbf0b8a5c4435d97ff83f89b2acdd38d7b3b9 [
file
]
if
(
NOT file_to_lock
)
message
(
FATAL_ERROR
"file_to_lock is empty"
)
endif
()
file
(
LOCK
"${file_to_lock}"
TIMEOUT
1
)