summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-23 14:30:00 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-23 14:30:00 +0100
commitf3a2fdb7c9cff31f02f456b55b92dbbe046b094c (patch)
treef63d700b18a299d46d80f68126d654811954f9c6
parentTry to use bundled openssl on macOS (diff)
downloadnheko-f3a2fdb7c9cff31f02f456b55b92dbbe046b094c.tar.xz
Fix windows build
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index b4927bc3..146f2bb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -333,7 +333,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 5838f607d0e4c7595439249e8b9c213aec0667e9 + GIT_TAG 7fc1d357afaabb134cb6d9c593f94915973d31fa ) FetchContent_MakeAvailable(MatrixClient) else()