summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-07-28 16:41:54 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-07-28 16:41:54 +0200
commitd601001cdf6f369f0a755d848272381ec9b3efd4 (patch)
treed7ad33ca1ddbe06af009dc06f6cc20e37d579ab8
parent6926db6af491fb3ff692e5ad95fc037c95688dca (diff)
Update coeurl for fmt10 compatibility
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 333e52ad..6fe86b3b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,7 +194,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
- GIT_TAG v0.3.0
+ GIT_TAG 831e2ee8e9cf08ea1ee9736cde8370f9d0312abc
)
FetchContent_MakeAvailable(coeurl)
set(COEURL_TARGET_NAME coeurl::coeurl)