aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiloš Komarčević <4973094+kmilos@users.noreply.github.com>2024-03-22 14:00:34 +0100
committerGitHub <noreply@github.com>2024-03-22 14:00:34 +0100
commit6ab3fa418b2b49c8a6d41c71c70f57a9c874ba2b (patch)
tree8326ac7bcb060098791667c1ce17afdacff52ed9
parentb2b466403084667c90a0f0cc4e960405cfc8117a (diff)
downloadpugixml-6ab3fa418b2b49c8a6d41c71c70f57a9c874ba2b.zip
pugixml-6ab3fa418b2b49c8a6d41c71c70f57a9c874ba2b.tar.gz
pugixml-6ab3fa418b2b49c8a6d41c71c70f57a9c874ba2b.tar.bz2
Update pugixml.pc.in
-rw-r--r--scripts/pugixml.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in
index 7958774..cfb81f5 100644
--- a/scripts/pugixml.pc.in
+++ b/scripts/pugixml.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
-libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
+includedir=@PUGIXML_PC_INCLUDEDIR@
+libdir=@PUGIXML_PC_LIBDIR@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.