aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-07-12 17:42:16 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-07-21 12:02:10 +0200
commit241147061ed43e22c4a28548d2a9187c4f409ece (patch)
tree17f22654f817c53107f2a0b3117d8d0aa35db955 /conf.d/cmake/config.cmake
parent38f9b3de40b1d1d8e9ed5db0fee40bdaa763d577 (diff)
Fix: compile error initializing afb_auth struct.
std=c++11 isn't needed. Added new class to the build and comment an other that isn't used. Change-Id: Ic32dead5e1ab55e0405f5e70224e4dad2c066116 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 9d7e97df..3f36105f 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -67,9 +67,7 @@ set (PKG_REQUIRED_LIST
# Static constante definition
# -----------------------------
-add_compile_options(-D_REENTRANT)
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