Commit Graph

5 Commits

Author SHA1 Message Date
Thomas1664
f34e5902f1
[cpr] update to 1.8.1 (#23984)
* [cpr] update to 1.8.1

* version

* license

* version

* Don't use curl default features

* version
2022-04-06 12:03:32 -07:00
Frank
9932f44008
[cpr] update to <1.7.0> (#21807)
* [cpr] update version to 1.7.0

* update version

* update version

* update versions

* del_version

* test

* update patch

* update version

* update patch

* update patch

* update version

* update patch

* update version

* update patch

* update version
2021-12-06 20:21:05 -08:00
NancyLi1013
44fd9d8c32
[cpr] Update to 1.6.2 (#18386)
* [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
2021-06-21 14:23:26 -07:00
Jack·Boos·Yu
26279b79d0
[cpr/crc32c] Update version (#13678) 2020-10-13 15:02:41 -07:00
Youngho Kim
442d5c1b54 [cpr] added find_package for cpr on install (#3185)
* 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-05-09 17:14:26 -07:00