projects
/
oweals
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a480e
)
disable unused libraries
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Mar 2013 13:36:44 +0000
(14:36 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Mar 2013 13:36:44 +0000
(14:36 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 4db9185ac2a4304f2fec5320477dd66e7572995f..ce2e14764d6d4b1f429d84659f4b798374896874 100644
(file)
--- 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)