Default pkg dependency no pertinent.
[apps/agl-service-can-low-level.git] / conf.d / cmake / config.cmake
index 05f8468..9d7e97d 100644 (file)
@@ -63,7 +63,6 @@ set (PKG_REQUIRED_LIST
        json-c
        libsystemd>=222
        afb-daemon
-       libmicrohttpd>=0.9.55
 )
 
 # Static constante definition
@@ -73,6 +72,10 @@ add_compile_options(-DPB_FIELD_16BIT)
 add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-std=c++11>)
 add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-pthread>)
 
+# Customize link option
+# -----------------------------
+list (APPEND link_libraries -pthread)
+
 # Print a helper message when every thing is finished
 # ----------------------------------------------------
 set(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/package --binding=\$\$(pwd)/package/lib/afb-low-can.so --port=1234 --tracereq=common --token=\"1\" --verbose")