Closed smanders closed 6 years ago
as noted in a previous issue https://github.com/smanders/externpro/issues/185#issuecomment-389699613 -- cmake 3.12 and greater provides a new MSVC_TOOLSET_VERSION variable (https://github.com/Kitware/CMake/commit/304f493e570a177795575b5297c4b54bf1b3d2ac) that will be useful so there won't be a need to update the mapping between MSVC_VERSION and the toolset version every time a new Visual Studio is released
MSVC_TOOLSET_VERSION
MSVC_VERSION
completed with commits to dev branch referenced above
as noted in a previous issue https://github.com/smanders/externpro/issues/185#issuecomment-389699613 -- cmake 3.12 and greater provides a new
MSVC_TOOLSET_VERSION
variable (https://github.com/Kitware/CMake/commit/304f493e570a177795575b5297c4b54bf1b3d2ac) that will be useful so there won't be a need to update the mapping betweenMSVC_VERSION
and the toolset version every time a new Visual Studio is released