mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 10:30:15 -05:00
Xcode: Fix post build script for 'top level project only' opt
When CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY is set on Xcode generator created post build scripts which tried to call XCODE_DEPEND_HELPER.make script in subproject. But XCODE_DEPEND_HELPER.make don't exist in subprojects when mentioned option is set on. Fixes: #20262
This commit is contained in:
committed by
Brad King
parent
33e7bd66c0
commit
64304fe72b
@@ -0,0 +1,3 @@
|
||||
set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY TRUE)
|
||||
project(XcodeGenerateTopLevelProjectOnly NONE)
|
||||
add_subdirectory(subproject_with_object_lib)
|
||||
Reference in New Issue
Block a user