diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-23 17:02:04 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-23 17:02:04 +0100 |
commit | 12d04c471a5127219da5a313c546ab240c866fe6 (patch) | |
tree | 2475607cb8280d30c6c630f0287d838879e15d5a /conf.d | |
parent | 2debfc561d3ad517ad0c82ebd18cba8ec78ab6ce (diff) |
Fix name to fit rename of git repository.
Bug-AGL: SPEC-1276
Change-Id: I279620c1be00db03f06f6dd882b3b579c80480c4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 59a25667..b7d68a39 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -21,7 +21,7 @@ set(PROJECT_NAME low-can-service) set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") -set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Romain Forlot") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") @@ -96,7 +96,8 @@ set(COMPILE_OPTIONS -DPB_FIELD_16BIT CACHE STRING "Compilation flags") #set(C_COMPILE_OPTIONS "" CACHE STRING "Compilation flags for C language.") -set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ language.")#set(PROFILING_COMPILE_OPTIONS +set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ language.") +#set(PROFILING_COMPILE_OPTIONS # -g # -O0 # -pg |