From: Romain Forlot Date: Wed, 12 Apr 2017 07:23:06 +0000 (+0200) Subject: Added -std=c++11 to compile option lost in transition. X-Git-Tag: 5.0.2~321 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=32ce34b9d6bbd2fab151f58f4529fcb6a586f891;p=apps%2Fagl-service-can-low-level.git Added -std=c++11 to compile option lost in transition. Change-Id: Ie8728ac2bdb0a4a3712534c4ca7144e9a15ab4d2 Signed-off-by: Romain Forlot --- diff --git a/CAN-binder/etc/config.cmake b/CAN-binder/etc/config.cmake index 671637cb..df702f97 100644 --- a/CAN-binder/etc/config.cmake +++ b/CAN-binder/etc/config.cmake @@ -39,7 +39,7 @@ set (PKG_REQUIRED_LIST # Static constante definition # ----------------------------- -add_compile_options(-D_REENTRANT) +add_compile_options(-D_REENTRANT -std=c++11) add_compile_options(-DPB_FIELD_16BIT) # LANG Specific compile flags set for all build types