mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 20:34:20 +00:00
4 lines
151 B
CMake
4 lines
151 B
CMake
if(EXISTS "${RunCMake_TEST_BINARY_DIR}/subproject/subproject.xcodeproj")
|
|
message(SEND_ERROR "Unexpected project file for subproject found.")
|
|
endif()
|