GitHub user PragmaTwice edited a comment on the discussion: CMake build errors?
``` 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. GitHub link: https://github.com/apache/kvrocks/discussions/2523#discussioncomment-10563451 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
