Repository: celix
Updated Branches:
  refs/heads/develop e9ed01974 -> f71246c11


CELIX-328: Added utils lib location to rpath of dfi_test


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

Branch: refs/heads/develop
Commit: 62f65cf2be4efc9efd9d2c368c983d6efb46e0c0
Parents: ffefd30
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Wed Jan 6 12:49:00 2016 +0100
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Wed Jan 6 12:49:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/celix/blob/62f65cf2/dfi/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/dfi/CMakeLists.txt b/dfi/CMakeLists.txt
index 8e3c0b1..43511fe 100644
--- a/dfi/CMakeLists.txt
+++ b/dfi/CMakeLists.txt
@@ -67,7 +67,7 @@ if (ENABLE_TESTING)
 
        SET(CMAKE_SKIP_BUILD_RPATH  FALSE) #TODO needed?
        SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) #TODO needed?
-       SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/dfi")
+    SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/dfi" 
"${PROJECT_BINARY_DIR}/utils")
 
 
        add_executable(test_dfi

Reply via email to