mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations https://oslandia.gitlab.io/SFCGAL/index.html
14 lines
423 B
Diff
14 lines
423 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: remove rpath entry from library
|
|
----
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -203,7 +203,6 @@
|
|
set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}" CACHE PATH "object code libraries (${_LIBDIR_DEFAULT})")
|
|
endif()
|
|
|
|
-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
|
|
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
|
#SET(CMAKE_MACOSX_RPATH ON)
|
|
|