Skip to content
  • Brad King's avatar
    Use one arch for 1.4-compatible check_type_size · 27873a48
    Brad King authored
    The CMakeBackwardCompatibilityC module provides some try-compile results
    that were automatically provided by CMake 1.4.  When performing the
    checks for OS X universal binaries we just pick one architecture to get
    through the checks without error.  Since CMake 1.4 did not support any
    universal binaries, projects that want them should not depend on this
    compatibility module anyway.
    27873a48