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