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 3f98f51 commit 046f8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmic.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Name: bmi-c
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 046f8bf

Please sign in to comment.