I'm trying to set up OpenCV with GPU. For that I'm using CMake 3.23.0.
After setting source code, builder folder and clicking enter i end with this:
CMake Error at CMakeLists.txt:113 (enable_language): Generator
Visual Studio 17 2022could not find any instance of Visual Studio.
CMakeOutput.log:
The system is: Windows - 10.0.19043 - AMD64
I already have install VS 2017 with Visual C++ Tools for CMake, and reboot twice - still recive the same errors.
What I'm doing wrong?