1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Wed, 9 Apr 2025 23:38:16 +0200
Subject: Fix prefix path
---
cmake/pkgconfig/urdfdom_headers.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/pkgconfig/urdfdom_headers.pc.in b/cmake/pkgconfig/urdfdom_headers.pc.in
index a9fe55b..7903698 100644
--- a/cmake/pkgconfig/urdfdom_headers.pc.in
+++ b/cmake/pkgconfig/urdfdom_headers.pc.in
@@ -1,5 +1,5 @@
# This file was generated by CMake for @PROJECT_NAME@
-prefix=${pcfiledir}/../@RELATIVE_PATH_LIBDIR_TO_PREFIX@
+prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|