summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/ArchsStandard.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Restore support for CMAKE_OSX_ARCHITECTURES=$(ARCHS_STANDARD)Brad King2024-07-191-0/+4
Skip the `CMAKE_OSX_ARCHITECTURES` validation added by commit db409e5e68 (APPLE: Check if compilers respect CMAKE_OSX_ARCHITECTURES, 2024-05-04, v3.30.0-rc1~15^2) if the value contains a placeholder, since we do not know the real value. Fixes: #26128