ros / resource_retriever

Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
8 stars 42 forks source link

Use CURL::libcurl instead of ${CURL_LIBRARIES} in cmakelists.txt #102

Open lucasw opened 1 month ago

lucasw commented 1 month ago

${CURL_LIBRARIES} wasn't working for me with /usr/share/cmake-3.28/Modules/FindCURL.cmake from cmake-data 3.28.3-1build7, I can look into it further and see how backwards compatible CURL::libcurl is.