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.