We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492a1e3 commit 50bf198Copy full SHA for 50bf198
1 file changed
CMakeLists.txt
@@ -114,10 +114,8 @@ include_directories(
114
${PHASAR_SRC_DIR}/include
115
)
116
117
-set(PHASAR_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR}/phasar)
118
-
119
if (NOT PHASAR_IN_TREE)
120
- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${PHASAR_INSTALL_LIBDIR})
+ set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
121
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
122
endif()
123
0 commit comments