From bdcb28714dfaa042785f34b2042d612d7a2744e5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Remove requirement for jansson --- CMakeLists.txt | 11 ----------- README.md | 2 -- 2 files changed, 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b804357..43cea2c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,17 +43,6 @@ ENDIF() # Add standard math library SET(LIBS ${LIBS} m) -# -# JSON support -# -PKG_CHECK_MODULES(JANSSON REQUIRED jansson) -IF(JANSSON_FOUND) - ADD_DEFINITIONS(${JANSSON_CFLAGS}) - INCLUDE_DIRECTORIES(${JANSSON_INCLUDE_DIRS}) - LINK_DIRECTORIES(${JANSSON_LIBRARY_DIRS}) - SET(LIBS ${LIBS} ${JANSSON_LIBRARIES}) -ENDIF() - # # BOOST # diff --git a/README.md b/README.md index b61fd0b1..9ab5b368 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ See below for specific distribution-specific hints, if needed. You will need to have the following libraries installed on your system somewhere where CMake can find them: -- [jansson](http://www.digip.org/jansson/) - [Boost](https://www.boost.org/) Version requirements may vary somewhat, but usually you should be @@ -59,7 +58,6 @@ To compile on an Ubuntu install, you'll need at least the - `cmake` - `build-essential` -- `libjansson-dev` - `libboost-all-dev` packages. -- cgit v1.2.1