Skip to content
  • Brad King's avatar
    VS: Split user- and generator-provided PlatformToolset · 98afb454
    Brad King authored
    Divide the cmGlobalVisualStudio10Generator "PlatformToolset" member into
    two members representing the generator-selected default toolset and the
    user-specified CMAKE_GENERATOR_TOOLSET value.  Prefer the user-specified
    value, if any, and then fall back to the generator-selected default.
    98afb454