14 lines
486 B
Diff
14 lines
486 B
Diff
|
|
Index: hashlink-1.15/CMakeLists.txt
|
||
|
|
===================================================================
|
||
|
|
--- hashlink-1.15.orig/CMakeLists.txt
|
||
|
|
+++ hashlink-1.15/CMakeLists.txt
|
||
|
|
@@ -188,7 +188,7 @@ if (WITH_VM)
|
||
|
|
)
|
||
|
|
|
||
|
|
if (UNIX AND NOT APPLE)
|
||
|
|
- set_target_properties(hl PROPERTIES INSTALL_RPATH "$ORIGIN;${CMAKE_INSTALL_PREFIX}/lib")
|
||
|
|
+ set_target_properties(hl PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
|
||
|
|
endif()
|
||
|
|
|
||
|
|
target_link_libraries(hl libhl)
|