X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=85527bec08c370a53ff215d02cb18991bed9d3bc;hp=e648b032c7dc118d50ea244b18bece3a7c8be2ed;hb=5e0fb81b9a9a8ad8ef582d8d29d7d243e1903100;hpb=59217785704fca27d2c7a19e279d27c384a452cd diff --git a/CMakeLists.txt b/CMakeLists.txt index e648b03..85527be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,9 +18,8 @@ SET(SOURCES macvlan.c ubus.c vlandev.c wireless.c) -find_library(json NAMES json-c json) SET(LIBS - ubox ubus uci ${json} blobmsg_json) + ubox ubus uci json-c blobmsg_json) IF (NOT DEFINED LIBNL_LIBS) FIND_LIBRARY(libnl NAMES libnl-3 libnl nl-3 nl)