From 20b7405bb8670c3cce0582d84899aba4b44f24fb Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Tue, 23 Jan 2024 12:43:32 -0600 Subject: [PATCH] Clean up template.pc --- install/template.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/template.pc b/install/template.pc index 8be8e27..8f6b408 100644 --- a/install/template.pc +++ b/install/template.pc @@ -1,5 +1,5 @@ prefix = @CMAKE_INSTALL_PREFIX@ -libdir = @CMAKE_INSTALL_FULL_LIBDIR@ +libdir = ${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir = ${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ Name: @PROJECT_NAME@