Skip to content
  • Patrick Gansterer's avatar
    VS: Replace ArchitectureId with PlatformName · b02f09d4
    Patrick Gansterer authored
    Since we do not need the information about the target architecture
    we can use the PlatformName only to specify the this information.
    This also removes setting of the MSVC_*_ARCHITECTURE_ID variable
    which is not required, because this variable gets set by the
    compiler detection code in CMAKE_DETERMINE_COMPILER_ID_CHECK().
    b02f09d4