Skip to content
  • Brad King's avatar
    Skip implicit link info for multiple OS X archs · 5195a664
    Brad King authored
    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.
    5195a664