diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-12 09:23:06 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-21 09:15:42 +0200 |
commit | 32ce34b9d6bbd2fab151f58f4529fcb6a586f891 (patch) | |
tree | 1226edf8036fbe326a9ae317d2824ffd41bc6c2c /CAN-binder/etc | |
parent | 211ce4dd58d40f33287354647b32bf241c5ddfdc (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')
-rw-r--r-- | CAN-binder/etc/config.cmake | 2 |
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 |