aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/etc/config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-04-12 09:23:06 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-04-21 09:15:42 +0200
commit32ce34b9d6bbd2fab151f58f4529fcb6a586f891 (patch)
tree1226edf8036fbe326a9ae317d2824ffd41bc6c2c /CAN-binder/etc/config.cmake
parent211ce4dd58d40f33287354647b32bf241c5ddfdc (diff)
Added -std=c++11 to compile option lost in transition.
Change-Id: Ie8728ac2bdb0a4a3712534c4ca7144e9a15ab4d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/etc/config.cmake')
-rw-r--r--CAN-binder/etc/config.cmake2
1 files changed, 1 insertions, 1 deletions
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