File: 0001-Simplify-exported-urdfdom_headers_INCLUDE_DIRS.patch

package info (click to toggle)
urdfdom-headers 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 208 kB
  • sloc: cpp: 849; ansic: 40; xml: 16; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Sat, 19 Dec 2020 19:56:40 +0100
Subject: Simplify exported urdfdom_headers_INCLUDE_DIRS

---
 cmake/urdfdom_headers-config.cmake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/cmake/urdfdom_headers-config.cmake.in
+++ b/cmake/urdfdom_headers-config.cmake.in
@@ -3,7 +3,7 @@
 endif()
 set(@PACKAGE_NAME@_CONFIG_INCLUDED TRUE)
 
-set(@PACKAGE_NAME@_INCLUDE_DIRS "${@PROJECT_NAME@_DIR}/@RELATIVE_PATH_CMAKE_DIR_TO_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@")
+set(@PACKAGE_NAME@_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@")
 
 include("${@PACKAGE_NAME@_DIR}/@PACKAGE_NAME@Export.cmake")