From 0835f1ba3b538f4e7603976419d5be8b17394cb5 Mon Sep 17 00:00:00 2001 From: hotwatermorning Date: Fri, 30 Nov 2018 14:20:51 +0900 Subject: [PATCH] Use full paths for fmt.pc.in --- support/cmake/fmt.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/cmake/fmt.pc.in b/support/cmake/fmt.pc.in index 4b82ddb0..79de0b6d 100644 --- a/support/cmake/fmt.pc.in +++ b/support/cmake/fmt.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ -libdir=@CMAKE_INSTALL_LIBDIR@ -includedir=@CMAKE_INSTALL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ Name: fmt Description: A modern formatting library