3. 删除 /usr/local/lib/cmake 中残留文件 明明已经删除了 boost 1.76.0 的头文件和库,为什么 cmake 还是能找到 boost 1.76.0? 搜索整个 /usr 目录,结果在 /usr/local/lib/cmake 发现一些 boost 1.76.0 的残留文件。 sudo rm -rf /usr/local/lib/cmake/*-1.76.0* ...