You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/03/15 19:30:31 UTC

[geode-native] branch develop updated: GEODE-4850: Restore default rpath behavior. (#238)

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new c91acab  GEODE-4850: Restore default rpath behavior. (#238)
c91acab is described below

commit c91acaba3bc2d05ba657f3eef106dd6be10f2105
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Mar 15 12:30:29 2018 -0700

    GEODE-4850: Restore default rpath behavior. (#238)
---
 CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ecd4e6..8311f7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,11 +197,6 @@ else()
   set ( _DEBUG_OR_RELEASE )
 endif()
 
-# Since RPATH embeds path information into the executables that
-# may not be valid in all execution contexts, do not use RPATH.
-set(CMAKE_SKIP_RPATH TRUE)
-set(CMAKE_MACOSX_RPATH FALSE)
-
 # Default to only showing output on failure for unit tests but allow
 # overriding with the CTEST_UNITTEST_VERBOSITY environment variable.
 set(CTEST_UNITTEST_VERBOSITY --output-on-failure)

-- 
To stop receiving notification emails like this one, please contact
jbarrett@apache.org.