[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found. I am getting this error while configuring CMake for my project in visual studio. #2920
Replies: 2 comments
-
We need some more information to help diagnose this. Can you share your settings? Are you using CMake Presets? Is this a public project that we can clone? I'm aware of opencv, but not opencv_test. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SuryaPrakash0201 It looks like it's hitting errors not being able to find your tools. Due to the amount of time this has been open with no activity, I'll close this discussion. However, please create an issue if you're still having trouble and we'd be happy to investigate. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[proc] Executing command: C:\msys64_new\mingw64\bin\gcc.exe -v
[proc] The command: ninja --version failed with error: Error: spawn ninja ENOENT
[proc] The command: ninja-build --version failed with error: Error: spawn ninja-build ENOENT
[proc] The command: make --version failed with error: Error: spawn make ENOENT
[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
[main] Configuring folder: Opencv_test
Beta Was this translation helpful? Give feedback.
All reactions