mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
VS 2017 and above come with a Visual Studio Installer tool that tracks four-component Visual Studio version numbers. We already detect the VS version number because it is needed to make some generation decisions. Provide the number to projects in a `CMAKE_VS_VERSION_BUILD_NUMBER` variable so they can use it similarly. Fixes: #24230
7 lines
217 B
ReStructuredText
7 lines
217 B
ReStructuredText
vs-version-var
|
|
--------------
|
|
|
|
* A :variable:`CMAKE_VS_VERSION_BUILD_NUMBER` variable is now set by
|
|
:ref:`Visual Studio Generators` for VS 2017 and above to report the
|
|
four-component Visual Studio version number.
|