aboutsummaryrefslogtreecommitdiff
path: root/cmake/benchmark.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/benchmark.pc.in')
-rw-r--r--cmake/benchmark.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/benchmark.pc.in b/cmake/benchmark.pc.in
index 34beb01..9dae881 100644
--- a/cmake/benchmark.pc.in
+++ b/cmake/benchmark.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: Google microbenchmark framework