解决“Cmake error :generator: Ninja“问题
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja
免费下载资源
·
原因在于版本不统一,之前编译过CMakeLists.txt后,产生了缓存文件CMakeCache.txt,
解决方案:删除CMakeCache.txt文件,解决。
rm -f `find -name CMakeCache.txt`
GitHub 加速计划 / ni / ninja
10.88 K
1.57 K
下载
a small build system with a focus on speed
最近提交(Master分支:2 个月前 )
dcefb838
Fix typo: Explaantions -> Explanations 4 个月前
2f19d3a0 - 4 个月前
更多推荐
已为社区贡献4条内容
所有评论(0)