解决办法:
rm -f CMakeCache.txt
yum -y install ncurses-devel
yum install openssl-devel
=================================================================
-- checking for one of the modules 'QUIET;popt'
这个问题还是没有解决!!!
然后再使用cmake编译就可以了
引用自
本文解决了CMake编译过程中遇到的问题,通过删除CMakeCache.txt文件并安装ncurses-devel和openssl-devel包来修复编译错误。最终实现成功编译。
解决办法:
rm -f CMakeCache.txt
yum -y install ncurses-devel
yum install openssl-devel
=================================================================
-- checking for one of the modules 'QUIET;popt'
这个问题还是没有解决!!!
然后再使用cmake编译就可以了
引用自

被折叠的 条评论
为什么被折叠?