cmake: fix lib not populated and RPATH usage
[apps/agl-service-can-low-level.git] / conf.d / cmake / config.cmake
index b1dec8c..d7d5f43 100644 (file)
@@ -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")