Xcode: Add option to generate only topmost project file

Closes #16780
This commit is contained in:
Gregor Jasny
2017-10-19 22:48:13 +02:00
parent 41d796be15
commit e4e9ce7cbe
8 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if(EXISTS "${RunCMake_TEST_BINARY_DIR}/subproject/subproject.xcodeproj")
message(SEND_ERROR "Unexpected project file for subproject found.")
endif()