Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ca187ad3d16efcd2ee6ffdcbfe3fc05feebc34b
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeGenerateTopLevelProjectOnly-check.cmake
blob: 64654af5e9f4c03139e2d485fba553abd289e0d7 [
file
]
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/subproject/subproject.xcodeproj"
)
message
(
SEND_ERROR
"Unexpected project file for subproject found."
)
endif
()