summaryrefslogtreecommitdiff
path: root/poppler.pc.cmake
diff options
context:
space:
mode:
authorMichael Jansen <kde@michael-jansen.biz>2009-10-17 01:30:40 +0200
committerPino Toscano <pino@kde.org>2009-10-17 01:30:40 +0200
commit654176dee7c9325aa5a24a2de3c070faa16e8a9c (patch)
treef60fcb8571441689e2f30c1cba8206f0ec4ed4d9 /poppler.pc.cmake
parent43829ae4b25a88ace06f05fa6750e5732539f4be (diff)
CMake: add the possibility to pass LIB_SUFFIX.
This allows to tune the installation libdir by adding a suffix for it (making it eg lib, lib32, or lib64)
Diffstat (limited to 'poppler.pc.cmake')
-rw-r--r--poppler.pc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler.pc.cmake b/poppler.pc.cmake
index dc8fcaf6..f1aebedb 100644
--- a/poppler.pc.cmake
+++ b/poppler.pc.cmake
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
includedir=${prefix}/include
Name: poppler