smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

use cmake-provided MSVC_TOOLSET_VERSION #213

Closed smanders closed 6 years ago

smanders commented 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

smanders commented 6 years ago

completed with commits to dev branch referenced above