From d1e344f28f643c9fb0318feea0259be8ac72c8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 4 Jan 2016 02:00:24 +0100 Subject: GH-1389 Revert "GH-1389 remove use of LD_LIBRARY_PATH for mmc libs" This reverts commit 6f92ca843e6d1c4f8ef2be5ceba361cd74b79250. --- application/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 75f7d78e..65bee8c9 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -71,11 +71,6 @@ endif() # directories to look for dependencies set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) -# Install RPATH - let's not use LD_LIBRARY_PATH -if(UNIX AND NOT APPLE) - set(CMAKE_INSTALL_RPATH "\\\$ORIGIN") -endif() - ################################ FILES ################################ ######## Sources and headers ######## -- cgit v1.2.3