【发布时间】:2021-03-17 19:52:58
【问题描述】:
如果尝试从 https://github.com/microsoft/CMake 构建 cmake 3.18,我会收到以下错误。
gmake: *** No rule to make target '/home/ubuntu/Projects/CMake/Source/cmStringTable.cxx'
顺便说一下,该文件不在任何文件夹中。
系统是ubuntu arm64。
据说因为激活了CMake Server模式,所以必须使用这个版本。
我可以毫无问题地在同一台机器上从套件构建 cmake。
【问题讨论】:
-
我在Source/CMakeLists.txt 中看不到
cmStringTable.cxx字符串。可能,您的文件已损坏?
标签: visual-studio cmake