File: 0002-Fix-incorrect-library-name.patch

package info (click to toggle)
octomap 1.10.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,112 kB
  • sloc: cpp: 9,903; sh: 265; python: 71; xml: 64; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Fri, 10 Jan 2020 11:03:19 +0100
Subject: Fix incorrect library name

---
 dynamicEDT3D/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamicEDT3D/CMakeLists.txt b/dynamicEDT3D/CMakeLists.txt
index 8354de6..29d19a6 100644
--- a/dynamicEDT3D/CMakeLists.txt
+++ b/dynamicEDT3D/CMakeLists.txt
@@ -139,7 +139,7 @@ install(FILES
 include(InstallPkgConfigFile)
 install_pkg_config_file(dynamicEDT3D
     CFLAGS
-    LIBS -ldynamicEDT3D
+    LIBS -ldynamicedt3d
     REQUIRES
     VERSION ${DYNAMICEDT3D_VERSION})