Skip to content

Commit 50bf198

Browse files
committed
The fix
1 parent 492a1e3 commit 50bf198

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,8 @@ include_directories(
114114
${PHASAR_SRC_DIR}/include
115115
)
116116

117-
set(PHASAR_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR}/phasar)
118-
119117
if (NOT PHASAR_IN_TREE)
120-
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${PHASAR_INSTALL_LIBDIR})
118+
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
121119
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
122120
endif()
123121

0 commit comments

Comments
 (0)