Skip to content

Commit

Permalink
Use full path CMake variables (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 26, 2023
1 parent ff54130 commit 2037cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmicxx.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 2037cf8

Please sign in to comment.