Skip to content

Commit

Permalink
Detect netcdf-fortran.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavies2 committed Jul 18, 2024
1 parent 2c3e031 commit 1900f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(MONIO_LINKER_LANGUAGE CXX)
find_package(jedicmake QUIET) # Prefer find modules from jedi-cmake
find_package(MPI REQUIRED COMPONENTS CXX)
find_package(HDF5 REQUIRED COMPONENTS)
find_package(NetCDF COMPONENTS CXX)
find_package(NetCDF COMPONENTS Fortran CXX)
find_package(eckit 1.16.1 REQUIRED COMPONENTS MPI)
find_package(atlas 0.20.2 REQUIRED)
find_package(oops 1.0.0 REQUIRED)
Expand Down

0 comments on commit 1900f80

Please sign in to comment.