From c3d36522c72d6d2e159f5d690c3d7f4dea855bc7 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 26 Oct 2023 13:47:08 -0600 Subject: [PATCH] Use full path CMake variables --- heat/heatcxx.pc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat/heatcxx.pc.cmake b/heat/heatcxx.pc.cmake index f10c55f..607c0b9 100644 --- a/heat/heatcxx.pc.cmake +++ b/heat/heatcxx.pc.cmake @@ -1,5 +1,5 @@ Name: HeatCXX Description: 2D Heat Equation Version: ${CMAKE_PROJECT_VERSION} -Libs: -L${CMAKE_INSTALL_LIBDIR} -l${bmi_name} -Cflags: -I${CMAKE_INSTALL_INCLUDEDIR} +Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -l${bmi_name} +Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}