Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 CURL 与 CMakeList 文件一起使用。但是命令“ find_package(CURL) ”不起作用(它找到了 FindCURL.cmake 文件,但没有找到库)。
可以肯定的是,我向 curl 开发人员询问了需要什么 curl 库。这是我已经拥有的:curl、libcurl3、libcurl3-gnutls 和 libcurl4-openssl-dev
我应该怎么做才能知道什么是失败的?我应该修改自动生成的文件 FindCURL.cmake,手动给他方法吗?
谢谢