Skip to content

CMake build errors? #2523

Closed Answered by PragmaTwice
jonathanc-n asked this question in Q&A
Sep 5, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote
CMake Error: Error: generator : Unix Makefiles
Does not match the generator used previously: Ninja
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.

As the error states, you need to build in a new directory if the generator is changed.
Or you can delete the current build dir.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jonathanc-n
Comment options

Answer selected by jonathanc-n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants