From c9590faa651c4c406ae4d03f7c677436a9516642 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 26 Oct 2023 09:50:41 -0600 Subject: [PATCH] Use full path CMake variables --- bmicxx.pc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bmicxx.pc.cmake b/bmicxx.pc.cmake index 7568315..d505274 100644 --- a/bmicxx.pc.cmake +++ b/bmicxx.pc.cmake @@ -2,5 +2,5 @@ Name: bmi-cxx Description: The Basic Model Interface for C++ URL: https://bmi.readthedocs.io Version: ${BMI_VERSION} -Libs: -L${CMAKE_INSTALL_LIBDIR} -l${CMAKE_PROJECT_NAME} -Cflags: -I${CMAKE_INSTALL_INCLUDEDIR} +Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -l${CMAKE_PROJECT_NAME} +Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}