Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DA4F17AA7 for ; Tue, 17 Nov 2015 11:57:21 +0000 (UTC) Received: (qmail 78937 invoked by uid 500); 17 Nov 2015 11:57:21 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 78882 invoked by uid 500); 17 Nov 2015 11:57:21 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 77626 invoked by uid 99); 17 Nov 2015 11:57:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 11:57:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C416E1785; Tue, 17 Nov 2015 11:57:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Tue, 17 Nov 2015 11:57:48 -0000 Message-Id: In-Reply-To: <00477df8e057472788bb73fe2114b916@git.apache.org> References: <00477df8e057472788bb73fe2114b916@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Nov 16 21:16:32 2015 +0100 Committer: Pepijn Noltes 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