cmake MSVC_TOOLSET_VERSION examples

NERSC/timemory cmake/Modules/FindBoost.cmake :1582

math(EXPR _toolset_major_version "${MSVC_TOOLSET_VERSION} / 10")

ceph/ceph cmake/modules/FindBoost.cmake :1647

elseif(MSVC_TOOLSET_VERSION GREATER_EQUAL 80)

OSGeo/PROJ cmake/CMakeLists.txt :80

math (EXPR MSVC_TOOLSET_MAJOR "${MSVC_TOOLSET_VERSION}/10")

nanocurrency/nano-node cmake/legacyModules/FindBoost.cmake :1071

math(EXPR _toolset_major_version "${MSVC_TOOLSET_VERSION} / 10")

mysql/mysql-connector-cpp cdk/cmake/compiler/MSVC.cmake :49

string(REGEX REPLACE "^(..).*$" "\\1" VS ${MSVC_TOOLSET_VERSION})

freeorion/freeorion cmake/FindBoost.cmake :1121

if(MSVC_TOOLSET_VERSION GREATER_EQUAL 14${v})

DLR-SC/tigl cmake/FindBoost.cmake :1084

math(EXPR _toolset_major_version "${MSVC_TOOLSET_VERSION} / 10")

arrayfire/arrayfire CMakeLists.txt :537

find_program(MSVC_REDIST NAMES vc_redist.x64.exe
          PATHS "$ENV{VCINSTALLDIR}Redist\\MSVC\\v${MSVC_TOOLSET_VERSION}")

YaLTeR/BunnymodXT CMakeLists.txt :22

elseif (MSVC_TOOLSET_VERSION MATCHES "143")

XRPL-Labs/xrpld-hooks Builds/CMake/deps/FindBoost.cmake :1185

math(EXPR _toolset_major_version "${MSVC_TOOLSET_VERSION} / 10")