Skip to content

Commit

Permalink
Merge pull request #13 from csdms/mdpiper/use-full-path-for-pkgconfig
Browse files Browse the repository at this point in the history
Use full path CMake variables
  • Loading branch information
mdpiper committed Oct 31, 2023
2 parents 93820b5 + c3d3652 commit 93c7e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heat/heatcxx.pc.cmake
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 93c7e5c

Please sign in to comment.