Skip to content
  • Gregor Jasny's avatar
    Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info · e95b3fd9
    Gregor Jasny authored and Brad King's avatar Brad King committed
    Apple platforms macOS, iOS, tvOS, and watchOS can all share the same
    compiler information.  Rename `Darwin-*` modules to `Apple-*` and load
    them all through `CMAKE_EFFECTIVE_SYSTEM_NAME`.  This saves duplication
    of 4 * 21 compiler information modules.
    
    Issue: #17870
    e95b3fd9