Package: nheko / 0.6.3-2

nlohmann-json Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: add include path for nlohmann-json
Author: Hubert Chathi <uhoreg@debian.org>
Last-Update: 2018-09-26

--- nheko-0.6.0.orig/mtxclient/CMakeLists.txt
+++ nheko-0.6.0/mtxclient/CMakeLists.txt
@@ -114,6 +114,7 @@ add_library(MatrixClient::MatrixClient A
 target_include_directories(matrix_client
                            SYSTEM
                            PUBLIC
+                           /usr/include/nlohmann
                            ${Boost_INCLUDE_DIRS}
                            ${OPENSSL_INCLUDE_DIR}
                            ${sodium_INCLUDE_DIR})