diff options
Diffstat (limited to 'CAN-binder')
-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 |