You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
393 B
15 lines
393 B
CMAKE_VS_VERSION_BUILD_NUMBER
|
|
-----------------------------
|
|
|
|
.. versionadded:: 3.26
|
|
|
|
Visual Studio version.
|
|
|
|
:ref:`Visual Studio Generators` for VS 2017 and above set this
|
|
variable to the Visual Studio version build number in the format
|
|
``<major>.<minor>.<date>.<build>``.
|
|
|
|
.. include:: CMAKE_VS_VERSION_BUILD_NUMBER_COMPONENTS.txt
|
|
|
|
See also the :variable:`CMAKE_GENERATOR_INSTANCE` variable.
|