From 847ec91980e671fe10e340505cb316fa3a3034e5 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 7 Oct 2015 16:43:30 +0200 Subject: [PATCH] Revert "Add the install prefix to the RPATH of linphone and liblinphone" This reverts commit 6681593fbc272cc4e5f9b630cb7477f2ec1436de. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffa41f349..27f4cd87f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ option(ENABLE_DEBUG_LOGS "Turn on or off debug level logs." NO) option(ENABLE_NLS "Build with internationalisation support" YES) option(ENABLE_CALL_LOGS_STORAGE "Turn on compilation of call logs storage." YES) -set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")