From 241147061ed43e22c4a28548d2a9187c4f409ece Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 12 Jul 2017 17:42:16 +0200 Subject: 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 --- conf.d/cmake/config.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf.d/cmake/config.cmake') 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($<$:-std=c++11>) add_compile_options($<$:-pthread>) # Customize link option -- cgit 1.2.3-korg