Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c701cbdbd6198740e4ec64eb4e706fe57064d9be
/
.
/
Tests
/
CustomCommand
/
check_mark.cmake
blob: 1f47fd0bde84d28c17161e4f3f3be03894be0df2 [
file
]
if
(
EXISTS
"${MARK_FILE}"
)
message
(
FATAL_ERROR
"Custom command run more than once!"
)
else
()
file
(
WRITE
"${MARK_FILE}"
"check for running custom command twice\n"
)
endif
()