diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-22 19:47:55 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-22 19:47:55 +0300 |
commit | a72eca339fd5237ba7189e8aa70d25666a7a8e90 (patch) | |
tree | f4c380b442a7a9b06bd39326111386ea75fcd58d /deps/CMakeLists.txt | |
parent | Build mtxclient with Bundled Boost (#350) (diff) | |
download | nheko-a72eca339fd5237ba7189e8aa70d25666a7a8e90.tar.xz |
Immediately shutdown the http client on exit
Diffstat (limited to 'deps/CMakeLists.txt')
-rw-r--r-- | deps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 06b1f7e1..20b356de 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -40,7 +40,7 @@ set(MATRIX_STRUCTS_URL https://github.com/mujx/matrix-structs) set(MATRIX_STRUCTS_TAG eeb7373729a1618e2b3838407863342b88b8a0de) set(MTXCLIENT_URL https://github.com/mujx/mtxclient) -set(MTXCLIENT_TAG 68188721e042ff5b47ea9a87aa97d3a9efbca989) +set(MTXCLIENT_TAG 96fd35e57d36511b10b7d30de7227c6cd2ffa386) set(OLM_URL https://git.matrix.org/git/olm.git) set(OLM_TAG 4065c8e11a33ba41133a086ed3de4da94dcb6bae) |