mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix build after mtxclient rebase...
This commit is contained in:
parent
b541cecd2e
commit
af04aa5669
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
MatrixClient
|
MatrixClient
|
||||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
||||||
GIT_TAG 19e7d680bf5e8bc6a25586a225e881fe4e60d9fb
|
GIT_TAG 5404286b79e8c4e5dbaf69cba42c4054fb91ee18
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(MatrixClient)
|
FetchContent_MakeAvailable(MatrixClient)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in a new issue