Added mtxclient-git package.

This commit is contained in:
2019-03-22 12:12:11 +00:00
parent e3a130054a
commit cdbe2803a8
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71058f0..1b5ab4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -170,8 +170,7 @@ target_link_libraries(matrix_client
OpenSSL::Crypto
OpenSSL::SSL
Olm::Olm
- ZLIB::ZLIB
- nlohmann_json::nlohmann_json)
+ ZLIB::ZLIB)
if(NOT MSVC AND NOT APPLE)
target_link_libraries(matrix_client PUBLIC Threads::Threads)