Speed up compilation a bit

This commit is contained in:
Nicolas Werner 2023-10-30 14:56:10 +01:00
parent 3f5c8929c3
commit 99a3e8bcf2
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
42 changed files with 320 additions and 257 deletions

View file

@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG f878e29420c037f45b575fbd29a11cabce3c010a
GIT_TAG 9876a75f46cc829beaa630d49dc8c5279a940b0d
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")