Building cURLpp with vcpkg

553 Views Asked by At

It's my first time including a library with vckpg and Im getting these warnings when the curlpp 's building phase finishes:

  • find_package(unofficial-curlpp CONFIG REQUIRED)

  • target_link_libraries(main PRIVATE unofficial::curlpp::curlpp)

I have read the CMake documentation but I still don't know what those refer to. Any Idea?

Thanks.

0

There are 0 best solutions below