Skip to content

Commit

Permalink
Use full path CMake variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 26, 2023
1 parent 93820b5 commit c3d3652
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 c3d3652

Please sign in to comment.