summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeDependOnZeroCheck-build-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update RunCMake.XcodeProject cases for Xcode "new build system"Brad King2020-09-181-1/+3
|
* Xcode: Generate ZERO_CHECK generator target only onceGregor Jasny2018-02-221-0/+1
In case CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY has been enabled generate only the root-level ZERO_CHECK target so targets in subdirectories pick up the root generator target of ZERO_CHECK. For the case that CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY is not enabled more investigation and a proper and final fix is still needed. Issue: 14297