mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -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
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
^CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|
Generator
|
|
|
|
Visual Studio [^
|
|
]+
|
|
|
|
could not find specified instance of Visual Studio:
|
|
|
|
[^
|
|
]+/Tests/RunCMake/GeneratorInstance
|
|
|
|
The directory exists, but the instance is not known to the Visual Studio
|
|
Installer, and no 'version=' field was given\.$
|