Skip to content

Commit

Permalink
Revert "core: corrected a merge error"
Browse files Browse the repository at this point in the history
This reverts commit da1179c.
  • Loading branch information
franku committed Jun 27, 2019
1 parent 4cebac6 commit 55c9ebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/CMakeLists.txt
Expand Up @@ -223,8 +223,7 @@ mark_as_advanced(INSTALL_LIB_DIR)
# RPATH settings (from https://cmake.org/Wiki/CMake_RPATH_handling)
SET(CMAKE_SKIP_BUILD_RPATH FALSE)

#SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)

SET(CMAKE_INSTALL_RPATH "${libdir}")

Expand Down

0 comments on commit 55c9ebd

Please sign in to comment.