Skip to content
  • Rechi's avatar
    VS: Fix CMAKE_INSTALL_PREFIX with GENERATOR_PLATFORM for x64 and ARM · 561d4b4a
    Rechi authored and Brad King's avatar Brad King committed
    Generate the same default `CMAKE_INSTALL_PREFIX` if a project is
    configured with CMAKE_GENERATOR_PLATFORM (`cmake -G "Visual Studio
    [...]" -A x64` and `cmake -G "Visual Studio [...]" -A ARM`) instead of
    the prior CMake 3.1 way (`cmake -G "Visual Studio [...] Win64"` and
    `cmake -G "Visual Studio [...] ARM"`).
    561d4b4a