Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct default multiple architecture values in test | David Cole | 2011-07-19 | 1 | -9/+10 |
| | | | | Even if CMAKE_OSX_ARCHITECTURES value is a single value... | ||||
* | Base architecture choice logic on Xcode version | David Cole | 2011-07-18 | 1 | -5/+19 |
| | | | | Not on Darwin version. | ||||
* | Fix Architecture test to work with Xcode 4 | David Cole | 2011-07-15 | 1 | -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 property | Brad King | 2009-10-21 | 3 | -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. |