aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVitaly Zaitsev <vitaly@easycoding.org>2020-09-12 17:56:43 +0200
committerGitHub <noreply@github.com>2020-09-12 18:56:43 +0300
commit7efada2dac40e9f6e5c5f76e0c4a78c85c0a3af5 (patch)
tree1b45ae543bb056924337db40504f57840168f383 /cmake
parent73d4d5e8d6d449fc8663765a42aa8aeeee844489 (diff)
downloadgoogle-benchmark-7efada2dac40e9f6e5c5f76e0c4a78c85c0a3af5.tar.gz
Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
Diffstat (limited to 'cmake')
-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 43ca8f9..34beb01 100644
--- a/cmake/benchmark.pc.in
+++ b/cmake/benchmark.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: Google microbenchmark framework