blob: bc5e2da3138ca9de33e51ccede9380e6d6e6fac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt
--- ./CMakeLists.txt.rpm 2017-12-30 07:46:53.988134130 +0100
+++ ./CMakeLists.txt 2017-12-30 07:47:03.787185954 +0100
@@ -139,9 +139,6 @@ endif(CMAKE_SYSTEM_NAME MATCHES WindowsP
ADD_DEFINITIONS("-DHAVE_CONFIG_H")
-# rpath handling: use rpath in installed binaries
-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
# Testing
ENABLE_TESTING()
|