mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06: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()
|