From: Felix Fietkau Date: Sun, 3 Mar 2013 13:36:44 +0000 (+0100) Subject: disable unused libraries X-Git-Url: http://git.openwrt.org/?p=project%2Fuqmi.git;a=commitdiff_plain;h=c0e7fc3d79c9b6055ba789059cddd0dfcdf82d6f disable unused libraries --- 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)