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

Windows curl dir fix #76

Closed pijaro closed 4 months ago

pijaro commented 2 years ago

Found out that curl_DIR set up in libcurl_vendor-extras.cmake doesn't exist in Windows environment. This PR changes this path to an existing one.

Fixes #75

clalancette commented 4 months ago

Oops, sorry we missed this one. We ended up fixing it in #96 instead. Thanks for the contribution!