From 32ce34b9d6bbd2fab151f58f4529fcb6a586f891 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 12 Apr 2017 09:23:06 +0200 Subject: Added -std=c++11 to compile option lost in transition. Change-Id: Ie8728ac2bdb0a4a3712534c4ca7144e9a15ab4d2 Signed-off-by: Romain Forlot --- CAN-binder/etc/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder') diff --git a/CAN-binder/etc/config.cmake b/CAN-binder/etc/config.cmake index 671637c..df702f9 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 -- cgit 1.2.3-korg