aboutsummaryrefslogtreecommitdiff
path: root/ports/curlpp/portfile.cmake
AgeCommit message (Collapse)Author
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
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-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