summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-03 14:36:44 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-03-03 14:36:44 +0100
commitc0e7fc3d79c9b6055ba789059cddd0dfcdf82d6f (patch)
tree0bbd34350e8f4e4d33aada8bb20cf1e846adb1f7
parent33a480e441ee7423cc5d3b82f4923d452c419a98 (diff)
disable unused libraries
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4db9185..ce2e147 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,7 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
SET(SOURCES main.c dev.c commands.c qmi-message.c)
-find_library(json NAMES json-c json)
-SET(LIBS ubox ubus ${json} blobmsg_json)
+SET(LIBS ubox)
IF(DEBUG_PACKET)
ADD_DEFINITIONS(-DDEBUG_PACKET)