Skip to content
  • Brad King's avatar
    CMakeDetermineSystem: Load platform-specific helper modules · c148803a
    Brad King authored
    Once CMAKE_SYSTEM_NAME is known, load a platform-specific
    
      Platform/<os>-Determine
    
    module in order to enable custom determination of the other settings
    needed for the CMakeSystem module (e.g. CMAKE_SYSTEM_PROCESSOR).  Also
    add a hook in Modules/CMakeSystem.cmake.in to allow platform-specific
    information to be saved.
    c148803a