Skip to content

Xcode: Detect CURRENT_ARCH for use by generator

Brad King requested to merge brad.king/cmake:xcode-current-arch into master

During compiler identification, extract the Xcode CURRENT_ARCH value and save it for later use by the Xcode generator in an internal compiler information variable. This will be useful to know the locations of object files when only one architecture is built.

Merge request reports