X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Fetc%2Fconfig.cmake;h=cd1830d1c28f3e418cbd070728993abed5a6ed19;hb=ff68407acc92666b138dbe67a80fd02c8b73a4df;hp=7893de0b5f1258e073cfe8201a6c6771f4ae1558;hpb=e49eed2b1fffced9f5f8d2b997bb6b987cf208f3;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/etc/config.cmake b/CAN-binder/etc/config.cmake index 7893de0b..cd1830d1 100644 --- a/CAN-binder/etc/config.cmake +++ b/CAN-binder/etc/config.cmake @@ -34,8 +34,7 @@ set(CMAKE_BUILD_TYPE "DEBUG") # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- -#set(CMAKE_C_COMPILER "gcc") -#set(CMAKE_CXX_COMPILER "g++") + set (gcc_minimal_version 4.9) # PKG_CONFIG required packages # ----------------------------- @@ -56,8 +55,8 @@ set(CMAKE_CXX_FLAGS "-std=c++11") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(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") - +set(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/package --ldpaths=\$\$(pwd)/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"1\" --verbose") +set(WIDGET_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] # ---------------------------------------------------------------------