| commit | a7fb4bc4750ed2d8f4eb6e2aca312cc35b8e96cc | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Wed Sep 28 15:05:54 2022 -0400 |
| committer | Brad King <brad.king@kitware.com> | Thu Sep 29 15:03:37 2022 -0400 |
| tree | c5a1df52dbd39542e595f60c0cf79b94d01a4624 | |
| parent | 6883b8212443028fbfff32863e004b311c7f26e8 [diff] |
Xcode: Set build product locations using CONFIGURATION_BUILD_DIR Since commit 59a2265576 (Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir, 2011-08-12, v2.8.6~43^2~1) we can now set the build products path using `CONFIGURATION_BUILD_DIR` unconditionally because we compute the correct value even when using `EFFECTIVE_PLATFORM_NAME`. This avoids relying on `SYMROOT` to locate the build products. Issue: #22550