aboutsummaryrefslogtreecommitdiff
path: root/ports/curlpp
AgeCommit message (Collapse)Author
2020-04-16[curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error (#10535)Lily
* [curl] Add zlib to default feature * [curl] Fix line alignment * [curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error * [curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error
2019-11-22[curlpp] restore installing vcpkg-cmake-wrapper scriptù (#9065)Stefano Sinigardi
2019-10-09[curlpp] fix regression introduced in #7331, commit ↵Stefano Sinigardi
7358190c3be474dd3c9640a98050bdc653c841b3
2019-09-26[curl] Update to 7.66.0 (#7331)past-due
* [curl] Update to 7.65.3 * [curl] Remove USAGE (Use auto-generated message about exported config.) * Add wrapper * [curl] Update to 7.66.0 * Add wrapper to curl * drop parent_scope * add change that didn't make it * Populate CURL_LIBRARY * Fix transitive dependency * try to actually set LIBRARIES * get .libs * fix curlpp and dynamic builds on linux * add @cenit's suggestion and fix typo in curlpp * modify PDAL patch
2019-02-22[curlpp] Add new port to fix #5352 (#5381)myd7349