Remove custom library search path (RPATH/RUNPATH)
authorAnthony Fok <foka@debian.org>
Thu, 7 Mar 2024 23:15:58 +0000 (01:15 +0200)
committerAdrian Bunk <bunk@debian.org>
Thu, 7 Mar 2024 23:15:58 +0000 (01:15 +0200)
Origin: vendor
Forwarded: not-needed
Last-Update: 2020-11-18

This reverts upstream's preference of setting RPATH/RUNPATH for
installed binaries.  Fixes Lintian custom-library-search-path error.
Last-Update: 2020-11-18
Gbp-Pq: Name 0002-remove-custom-library-search-path.patch

CMakeLists.txt

index e234cb6e977aafc6acada1507f59edfa3559b346..b6a9b14f5d73b8eb10c15d4f3aff283e1331b945 100644 (file)
@@ -38,7 +38,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 
 set_default_build_type(RelWithDebInfo) # Sets CMAKE_BUILD_TYPE
-set_default_rpath()
 add_uninstall_target()
 
 # Options