Skip to content

Commit

Permalink
Add more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Aug 30, 2023
1 parent 0f64478 commit 3e36065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mapl-import.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include(CMakeFindDependencyMacro)

find_dependency(MPI COMPONENTS Fortran REQUIRED)
find_dependency(NetCDF COMPONENTS Fortran REQUIRED)
find_dependency(OpenMP COMPONENTS Fortran REQUIRED)

set(GFTL_FOUND @GFTL_FOUND@)
if(GFTL_FOUND)
find_dependency(GFTL HINTS @GFTL_DIR@)
Expand Down

0 comments on commit 3e36065

Please sign in to comment.