Skip implicit link info for multiple OS X archs
commit93f98f934eb84145443f0480b9e2a8e62a4425b7
authorking <king>
Tue, 22 Sep 2009 20:02:39 +0000 (22 20:02 +0000)
committerking <king>
Tue, 22 Sep 2009 20:02:39 +0000 (22 20:02 +0000)
tree5d9ba4a40d0b1ea0399be34fd67396df3e1d3235
parent7c461efb33bc622c793d30b8e1cab9323919af54
Skip implicit link info for multiple OS X archs

Implicit link information contains architecture-specific libraries and
directories.  The link information cannot be explicitly specified safely
when CMAKE_OSX_ARCHITECTURES contains more than one architecture.

As a result, we currently cannot support mixed-language C++/Fortran
targets and OS X universal binaries simultaneously.  In order to avoid
conflicts for simple C/C++ cases, we now simply skip detection of
implicit link information in this case.
Modules/CMakeDetermineCompilerABI.cmake