summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/pugixml/scripts/pugixml.pc.in
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pugixml/scripts/pugixml.pc.in')
-rw-r--r--3rdparty/pugixml/scripts/pugixml.pc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/3rdparty/pugixml/scripts/pugixml.pc.in b/3rdparty/pugixml/scripts/pugixml.pc.in
index 3c97c28d2fa..f9c3fd4560d 100644
--- a/3rdparty/pugixml/scripts/pugixml.pc.in
+++ b/3rdparty/pugixml/scripts/pugixml.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
-libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
-URL: http://pugixml.org/
-Version: @PUGIXML_VERSION_STRING@
+URL: https://pugixml.org/
+Version: @pugixml_VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lpugixml \ No newline at end of file
+Libs: -L${libdir} -lpugixml