Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
18d3733b540caea46a9ef3cb0cd243dbba3bb155
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
ExcludeFromAll-build1-check.cmake
blob: 6500e485253ef9582206e5f92b9393222e66f1ac [
file
]
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/iface.txt"
)
set
(
RunCMake_TEST_FAILED
"iface target built as part of 'all'"
)
return
()
endif
()