我已从我的 Ubuntu 文件目录中删除了所有 CMAKE 版本。
但是当我发出命令时,cmake --version
我得到的 CMake 版本是 3.13.2。
我如何在文件管理系统中找到以下 cmake 版本?我使用了 find cmake 命令,但找不到任何这样的文件名。
预先感谢您的帮助。
以下是cmake --version
执行命令时我得到的结果。
sotos@sotos:~$ cmake --version
cmake version 3.13.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
sotos@sotos:~$