You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/11/17 12:57:48 UTC

[31/38] celix git commit: CELIX-272: Added rpath for libdfi to rsa dfi test

CELIX-272: Added rpath for libdfi to rsa dfi test


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/c641ae01
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/c641ae01
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/c641ae01

Branch: refs/heads/develop
Commit: c641ae01cccdc88350339d839228e6e001ac4f7f
Parents: d0dbdb3
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Nov 16 21:16:32 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Nov 16 21:16:32 2015 +0100

----------------------------------------------------------------------
 remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/c641ae01/remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt b/remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt
index 99d6a23..299ccd6 100644
--- a/remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt
+++ b/remote_services/remote_service_admin_dfi/rsa_tst/CMakeLists.txt
@@ -28,7 +28,7 @@ add_subdirectory(bundle)
 
 SET(CMAKE_SKIP_BUILD_RPATH  FALSE) #TODO needed?
 SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) #TODO needed?
-SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/framework" "${PROJECT_BINARY_DIR}/utils")
+SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/framework" "${PROJECT_BINARY_DIR}/utils" "${PROJECT_BINARY_DIR}/remote_services/remote_service_admin_dfi/dynamic_function_interface")
 
 add_executable(test_rsa_dfi
     run_tests.cpp