summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeGenerateTopLevelProjectOnlyWithObjectLibrary.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix post build script for 'top level project only' optYauheni Khnykin2020-01-271-0/+3
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