Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
BuiltinTargets
/
TestDependsAll-No-build-check.cmake
blob: f42244e7af2ad670829eab8180e568287ff27a20 [
file
] [
edit
]
if
(
EXISTS $
{
RunCMake_TEST_BINARY_DIR
}/
custom
-
output
.
txt
)
set
(
RunCMake_TEST_FAILED
"Building 'test' target incorrectly built 'all' target."
)
endif
()