Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
file
/
LOCK-error-file-create-fail.cmake
blob: 4868cfe29d471fc6f1098e4b6a238d1890156684 [
file
]
set
(
tmp
"${CMAKE_CURRENT_BINARY_DIR}/temp-directory"
)
file
(
MAKE_DIRECTORY
"${tmp}"
)
file
(
LOCK
"${tmp}"
)