From 2e08366feccc741f200f848a6697537a68ddfd04 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 9 Sep 2024 19:40:39 -0300 Subject: [PATCH] Update cpr to our own fork Fixes an upstream bug that forces flags into CMAKE_CXX_FLAGS even when used as a dependency. --- .gitmodules | 2 +- external/cpr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 47e7288..33c1d70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/catchorg/Catch2.git [submodule "external/cpr"] path = external/cpr - url = https://github.com/libcpr/cpr.git + url = https://github.com/oxen-io/cpr.git [submodule "external/secp256k1"] path = external/secp256k1 url = https://github.com/bitcoin-core/secp256k1.git diff --git a/external/cpr b/external/cpr index b5a21de..a1f1a82 160000 --- a/external/cpr +++ b/external/cpr @@ -1 +1 @@ -Subproject commit b5a21decc0cf25773fb5d742101da6b72639aa51 +Subproject commit a1f1a822079ad5b8aef9d4f0d558b17e50148e89