You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried with cmake-3.14.0-rc4 and got errors like:
1> [CMake] CMake Error: Could not create named generator Visual Studio 16 2019 Win64
1> [CMake]
1> [CMake] Generators
1> [CMake] * Visual Studio 16 2019 = Generates Visual Studio 2019 project files.
1> [CMake] Use -A option to specify architecture.
1> [CMake] Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
1> [CMake] Optional [arch] can be "Win64" or "ARM".
1> [CMake] Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
1> [CMake] Optional [arch] can be "Win64" or "ARM".
It seems that we cannot use Visual Studio 16 2019 Win64. Only Visual Studio 16 2019 -A x64 is valid.Cmake Doc:Visual Studio 16 2019
I've specified the Conan version, operating system version and any tool that can be relevant.
I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
The text was updated successfully, but these errors were encountered:
SSE4
changed the title
tried with cmake-3.14.0-rc4 and got errors like: 1> [CMake] CMake Error: Could not create named generator Visual Studio 16 2019 Win64 1> [CMake] 1> [CMake] Generators 1> [CMake] * Visual Studio 16 2019 = Generates Visual Studio 2019 project files. 1> [CMake] Use -A option to specify architecture. 1> [CMake] Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files. 1> [CMake] Optional [arch] can be "Win64" or "ARM". 1> [CMake] Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files. 1> [CMake] Optional [arch] can be "Win64" or "ARM". It seems that we cannot use Visual Studio 16 2019 Win64. Only Visual Studio 16 2019 -A x64 is valid.Cmake Doc:Visual Studio 16 2019
fix Visual Studio 16 2019 generator
Mar 10, 2019
follow up on #4233
from @wumo
https://cmake.org/cmake/help/v3.14/generator/Visual%20Studio%2016%202019.html
To help us debug your issue please explain:
The text was updated successfully, but these errors were encountered: