diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-18 18:48:14 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-18 18:48:14 +0300 |
commit | 3e49afd6ba15a763909694e6db8ececd85914e8a (patch) | |
tree | cf305615dafe5d19002ed867ac10f4c159fa6405 /deps | |
parent | Install libsodium 1.0.16 (diff) | |
download | nheko-3e49afd6ba15a763909694e6db8ececd85914e8a.tar.xz |
Fix compile warnings
Diffstat (limited to 'deps')
-rw-r--r-- | deps/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 57d37a61..f1905718 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -39,10 +39,10 @@ set(BOOST_SHA256 set( MTXCLIENT_URL - https://github.com/mujx/mtxclient/archive/49a3ffddc13482902b73312a4a6d2e62dddaef64.tar.gz + https://github.com/mujx/mtxclient/archive/99ca7480d15a82a7b8c5099be5f076c0ceecc9f7.tar.gz ) set(MTXCLIENT_HASH - 181b5d99cdf4639336f54af369f3a2feef089608716adccff9412440eac1e8b1) + e88a8c4473b6bc37c046779ea2345da00abb88a755447b9ac77ed76c89975e9d) set( TWEENY_URL |