GH-1389 Revert "GH-1389 remove use of LD_LIBRARY_PATH for mmc libs"

This reverts commit 6f92ca843e6d1c4f8ef2be5ceba361cd74b79250.
This commit is contained in:
Petr Mrázek
2016-01-04 02:00:24 +01:00
parent e0a9970d59
commit d1e344f28f
2 changed files with 1 additions and 6 deletions

View File

@ -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 ########