CMake Dependency needs updating due to use of VS 2022 Generator #549
Labels
bug
Something isn't working
cmake
Tickets specifically relating to the cmake build system.
documentation
A documentation related PR or issue.
Describe the issue:
When attempting to build NovelRT on Windows 10 or 11 with Visual Studio 2022 installed, CMake versions 3.19 and 3.20 will fail using the default settings with the following error: "CMake Error: Could not create named generator Visual Studio 17 2022"
This appears to occur when using Visual Studio Code, however it can happen with other IDEs if not using Ninja or Unix Makefiles by default.
Please provide the steps to reproduce if possible:
Expected behaviour:
The CMake version dependency should be updated to 3.21 in readme, Wiki, and the root CMakeLists.txt.
Please tell us about your environment:
If building from source:
Additional context:
It seems to be failing at the command level, before the CMakeLists.txt file is even processed.
The text was updated successfully, but these errors were encountered: