Repository: celix Updated Branches: refs/heads/develop 51cd8f426 -> 57cb800e7
CELIX-316: Added missing jansson dependency Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/57cb800e Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/57cb800e Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/57cb800e Branch: refs/heads/develop Commit: 57cb800e7bd11be920a669e26ce653c35b062250 Parents: 51cd8f4 Author: Bjoern Petri <[email protected]> Authored: Tue Dec 8 18:10:59 2015 +0100 Committer: Bjoern Petri <[email protected]> Committed: Tue Dec 8 18:10:59 2015 +0100 ---------------------------------------------------------------------- remote_services/topology_manager/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/57cb800e/remote_services/topology_manager/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/remote_services/topology_manager/CMakeLists.txt b/remote_services/topology_manager/CMakeLists.txt index 65194aa..dfd0c2e 100644 --- a/remote_services/topology_manager/CMakeLists.txt +++ b/remote_services/topology_manager/CMakeLists.txt @@ -43,7 +43,9 @@ if (RSA_TOPOLOGY_MANAGER) if (ENABLE_TESTING) find_package(CppUTest REQUIRED) - + find_package(Jansson REQUIRED) + + include_directories("${JANSSON_INCLUDE_DIR}") include_directories(${CPPUTEST_INCLUDE_DIR}) include_directories(${CPPUTEST_EXT_INCLUDE_DIR}) add_subdirectory(tms_tst)
