Skip to content

Commit 233a1e7

Browse files
authored
Merge pull request #292 from offa/cpr_update
Update cpr 1.11.2
2 parents 4bf1475 + 9c67c60 commit 233a1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InfluxdbCxxConan(ConanFile):
1717
}
1818

1919
def requirements(self):
20-
self.requires("cpr/1.11.1")
20+
self.requires("cpr/1.11.2")
2121
if not self.options.system and self.options.boost:
2222
self.requires("boost/1.85.0")
2323
if self.options.tests:

Diff for: script/ci_testdeploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conan install \
2222
--build=missing \
2323
-s build_type=${BUILD_TYPE} \
2424
-s compiler.cppstd=20 \
25-
--requires=cpr/1.11.0
25+
--requires=cpr/1.11.2
2626

2727
cmake -DCMAKE_TOOLCHAIN_FILE=./conan_toolchain.cmake -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" "$@" ..
2828
cmake --build . -j

0 commit comments

Comments
 (0)