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.
这是我第一次包含一个库,并且在构建阶段完成vckpg时我收到这些警告:curlpp
vckpg
curlpp
find_package(unofficial-curlpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::curlpp::curlpp)
我已经阅读了 CMake 文档,但我仍然不知道它们指的是什么。任何想法?
谢谢。