From 2a78e8cbe9b104834d96c78ccc9f9513a29f8c71 Mon Sep 17 00:00:00 2001 From: babbaj Date: Tue, 23 Aug 2022 16:28:02 -0400 Subject: [PATCH] use CMAKE_INSTALL_FULL in pkg-config file (#1473) --- cmake/benchmark.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/benchmark.pc.in b/cmake/benchmark.pc.in index 34beb012..9dae881c 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