Skip to content
  • Eicke Herbertz's avatar
    cmake: Allow default generator to be set by environment variables · 083cf7e8
    Eicke Herbertz authored
    When there is no Generator available in the Cache, this will read
    CMAKE_GENERATOR from environment before using the CMake platform default.
    If CMAKE_GENERATOR is empty, use the platform default.
    
    If a environment default generator is specified, subsequent variables
    CMAKE_GENERATOR_(INSTANCE,PLATFORM,TOOLSET) are also evaluated
    in the same way.
    083cf7e8