diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-24 09:21:47 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:14 +0200 |
commit | df16ff9758b6af3decc0d21c4ef1816e86c286f1 (patch) | |
tree | 14d4150883d1ee38c1be58d1e3d90f9e02cdb9f3 /conf.d/cmake/config.cmake | |
parent | 14002dcd6c6b15561a7c25925dccd93f911077e5 (diff) |
Externalize Curl dependency within afb-helpers
Change-Id: I50a4c6f440730a8776f7bb5c58c756c35bca5db8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index d56283c..fbce7a2 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -44,6 +44,9 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") #set(CMAKE_BUILD_TYPE "DEBUG") #set(USE_EFENCE 1) +# Helpers Submodule parameters +set(AFB_HELPERS_QTWSCLIENT OFF CACHE BOOL "Adds QT5 WebSocket helpers from submodule") + # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. # Or check Kernel minimal version and just print a Warning @@ -66,7 +69,6 @@ set (gcc_minimal_version 4.9) # ----------------------------- set (PKG_REQUIRED_LIST json-c - libcurl libsystemd>=222 afb-daemon libmicrohttpd>=0.9.55 |