CMake : manifest ‘build.ninja‘ still dirty after 100 tries; CMake 一直重复编译
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja
免费下载资源
·
CMake编译报错:
CMake一直重复编译,停不下来,直到100次。提示为
CMake : manifest ‘build.ninja’ still dirty after 100 tries;
CMake Re_running
经查,原因为修改过系统时间后,修改了CMakeLists.txt或者是.cmake文件。
CMake在生成编译缓存时,回检测文件最后修改日期。
如果文件最后修改日期>编译启动时间,就会重新生成。
因此回一直卡在重复生成的步骤中。
解决方案
检查CMakeLists.txt或者是.cmake文件,有哪些是最后修改日期大于当前系统时间的,重新编辑以下,更新最后更改日期即可。
GitHub 加速计划 / ni / ninja
4
0
下载
a small build system with a focus on speed
最近提交(Master分支:4 个月前 )
048a68df
Use Lowercase Headers for Cross-Compiling Windows Targets 19 天前
cc4ce1f9
This update ensures consistency in using lowercase headers across the
codebase for cross-compiling Windows targets.
22 天前
更多推荐
已为社区贡献2条内容
所有评论(0)