Skip to content
  • Brad King's avatar
    VS: Add a variable to report the Visual Studio version build number · 5ce0f03c
    Brad King authored
    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
    5ce0f03c