Skip to content

Commit

Permalink
Use status messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 18, 2024
1 parent e9827ed commit 383c9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ set(bmi_name bmi${model_name})
find_package(PkgConfig REQUIRED)
pkg_check_modules(BMIF REQUIRED IMPORTED_TARGET bmif)
string(REPLACE "." "_" bmif_module_version ${BMIF_VERSION})
message("-- bmif module version - ${bmif_module_version}")
message("-- bmif library path - ${BMIF_LINK_LIBRARIES}")
message("-- bmif include dir - ${BMIF_INCLUDE_DIRS}")
message(STATUS " bmif module version - ${bmif_module_version}")
message(STATUS " bmif library path - ${BMIF_LINK_LIBRARIES}")
message(STATUS " bmif include dir - ${BMIF_INCLUDE_DIRS}")
include_directories(${BMIF_INCLUDE_DIRS})

set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/mod)
Expand Down

0 comments on commit 383c9e3

Please sign in to comment.