CMake Error: Error: generator : Ninja
Does not match the generator used previously: Unix Makefiles
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
这篇博客讲述了在使用CMake时遇到的错误,即Ninja生成器与之前使用的UnixMakefiles不匹配。解决方法包括删除CMakeCache.txt文件和CMakeFiles目录,或者选择不同的二进制目录。
CMake Error: Error: generator : Ninja
Does not match the generator used previously: Unix Makefiles
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
4867
8764
1万+

被折叠的 条评论
为什么被折叠?