diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 12:23:45 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 15:55:04 +0100 |
commit | b1428786c5968319b6c963d236b78814958de6e3 (patch) | |
tree | 8d9bf6840e1fddb1f2f32e58128b7ef4bd1f95ea /conf.d/cmake | |
parent | 8ab87baece53249df7f4063caaa704ec1766ca5f (diff) |
cmake: fix lib not populated and RPATH usage
RPATH as to be used as target property.
Bug-AGL: SPEC-2988
Change-Id: Ifaa66ceafbe7ed5f7de553b14da2dd8c5b1e8f9d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index b1dec8c3..d7d5f43e 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -29,8 +29,6 @@ set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C;CXX") set(API_NAME "low-can") -set(INSTALL_RPATH "$ORIGIN") - # Where are stored the project configuration files # relative to the root project directory set(PROJECT_CMAKE_CONF_DIR "conf.d") |