From 38bdf3e3dc967c1acea10751fee1327ae7128c4c Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Fri, 8 Dec 2017 21:09:43 +0100 Subject: [PATCH] remove not used dependecies --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9633969..589f2b8 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -42,7 +42,7 @@ SET(SOURCES utils/utils.c include/rssi.h utils/rssi.c) SET(LIBS - ubox ubus json-c blobmsg_json config uci gcrypt ssl crypto iwinfo) + ubox ubus json-c blobmsg_json config uci gcrypt iwinfo) ADD_EXECUTABLE(dawn ${SOURCES} utils/dawn_uci.c include/dawn_uci.h)