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)