Update coeurl for fmt10 compatibility

This commit is contained in:
Nicolas Werner 2023-07-28 16:41:54 +02:00
parent 6926db6af4
commit d601001cdf
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -194,7 +194,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare( FetchContent_Declare(
coeurl coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
GIT_TAG v0.3.0 GIT_TAG 831e2ee8e9cf08ea1ee9736cde8370f9d0312abc
) )
FetchContent_MakeAvailable(coeurl) FetchContent_MakeAvailable(coeurl)
set(COEURL_TARGET_NAME coeurl::coeurl) set(COEURL_TARGET_NAME coeurl::coeurl)