summaryrefslogtreecommitdiffstats
path: root/Tests/Architecture
Commit message (Collapse)AuthorAgeFilesLines
* Use correct default multiple architecture values in testDavid Cole2011-07-191-9/+10
| | | | Even if CMAKE_OSX_ARCHITECTURES value is a single value...
* Base architecture choice logic on Xcode versionDavid Cole2011-07-181-5/+19
| | | | Not on Darwin version.
* Fix Architecture test to work with Xcode 4David Cole2011-07-151-4/+27
| | | | | | ppc tools are no longer available in the Xcode 4 installation. Eliminate the use of the hard-coded 'ppc' in the test when running on Snow Leopard or later.
* Test OSX_ARCHITECTURES target propertyBrad King2009-10-213-0/+24
We test the property with a project that fails to link due to an architecture mismatch between an executable and a static library. See issue #8725.