diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-25 19:53:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-25 19:53:49 +0200 |
commit | 933dbcf8cb1e82763856f0f822d3c68f5b389d46 (patch) | |
tree | 4dd5fec2645dc5b650bcb827e484f044442dc39d /CAN-binder | |
parent | 371a0cf390ba483d3cf53cf503182d8bc61333f6 (diff) |
Fix CMakeFile final message and compile flag
Change-Id: I518794897a4b333fc825b64846fad081308c93e7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder')
-rw-r--r-- | CAN-binder/etc/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CAN-binder/etc/config.cmake b/CAN-binder/etc/config.cmake index df702f97..7bbcc628 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 -std=c++11) +add_compile_options(-D_REENTRANT) add_compile_options(-DPB_FIELD_16BIT) # LANG Specific compile flags set for all build types @@ -47,7 +47,7 @@ set(CMAKE_C_FLAGS "") set(CMAKE_CXX_FLAGS "-std=c++11") # Print a helper message when every thing is finished -setc(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/low-can-binding/package --ldpaths=\$\$(pwd)/low-can-binding/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"\" --verbose") +setc(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/low-can-binding/package --ldpaths=\$\$(pwd)/low-can-binding/package/lib --port=1234 --roothttp=\$\$(pwd)/low-can-binding/package/htdocs --tracereq=common --token=\"\" --verbose") # ---------------------------------------------------- # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] |