aboutsummaryrefslogtreecommitdiff
path: root/ports/cpr/portfile.cmake
AgeCommit message (Collapse)Author
2021-06-21[cpr] Update to 1.6.2 (#18386)NancyLi1013
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
2020-10-20[cpr] Updated to 1.5.2 (#14131)Fabian Sauter
* Updated cpr to 1.5.2 * Updated the cpr SHA512
2020-10-13[cpr/crc32c] Update version (#13678)Jack·Boos·Yu
2019-05-26[Curl] Upgrades 2019.05.08 (#6429)Phoebe
* [Curl] Upgrades 2019.05.08 * merge changes from master * Fix cpr failure * Fix the case issue in Linux * Update patch and portfile * Update the portfile that changed by my mistake * [curl] Update to 7.65.0 to skip USE_DARWINSSL regression. Disable PERL since we don't build the manual anyway. * Rename DARWINSSL to SECTRANSP * Update the name and error detect
2019-05-09[cpr] added find_package for cpr on install (#3185)Youngho Kim
* added find_package for cpr on install How to use: find_package ( CPR REQUIRED ) if ( CPR_FOUND ) message ( STATUS "CPR_INCLUDE_DIRS = ${CPR_INCLUDE_DIRS}" ) message ( STATUS "CPR_LIBRARIES = ${CPR_LIBRARIES}" ) include_directories ( ${CPR_INCLUDE_DIRS} ) endif ( CPR_FOUND ) * [cpr] Provide config and targets files
2019-03-21[cpr] Changed library linkage to static. (#5705)Alexej Harm
* [cpr] Changed library linkage to static. * [cpr] Removed unintentional file. * [cpr] Cleanup and bump version
2017-06-20[cpr] Enable dynamic builds via CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSRobert Schumacher
2017-06-20make copy less verboseMichael Offel
2017-06-20add c++ requests 1.3.0 portMichael Offel