You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
392 B
14 lines
392 B
3 months ago
|
diff --git a/cmake/mainSetup.cmake b/cmake/mainSetup.cmake
|
||
|
index 1ea9deb..36253d1 100644
|
||
|
--- a/cmake/mainSetup.cmake
|
||
|
+++ b/cmake/mainSetup.cmake
|
||
|
@@ -26,8 +26,6 @@ if (UNIX)
|
||
|
if (APPLE)
|
||
|
set(CMAKE_MACOSX_RPATH ON)
|
||
|
set(CMAKE_INSTALL_RPATH "@loader_path")
|
||
|
- else()
|
||
|
- join_paths(CMAKE_INSTALL_RPATH "$ORIGIN" ".." "${CMAKE_INSTALL_LIBDIR}")
|
||
|
endif()
|
||
|
endif()
|
||
|
|