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