mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Previously the `CMAKE_GENERATOR_INSTANCE` value was used only to filter the instances reported by the Visual Studio Installer tool. If the specified install location is not known to the VS Installer, but the user provided a `version=` field, check for the installation directly on disk. Fixes: #21639, #22197
7 lines
226 B
ReStructuredText
7 lines
226 B
ReStructuredText
vs-instance
|
|
-----------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2017 and above learned to
|
|
use portable instances of Visual Studio not known to the VS installer.
|
|
See the :variable:`CMAKE_GENERATOR_INSTANCE` variable.
|