Skip to content

Commit

Permalink
t11
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Feb 7, 2025
1 parent 60b82a2 commit 3f02dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ if is_netcdf_build
'..' / netcdfc_compiled_rel / 'include',
'..' / netcdff_compiled_rel / 'fortran'
]
netcdff_libdir = netcdff_compiled_abs / 'fortran'
lnetcdff = fc.find_library('netcdff', dirs: netcdff_libdir, static: false, required : true)
dependencies += [ lnetcdff ]
#netcdff_libdir = netcdff_compiled_abs / 'fortran'
#lnetcdff = fc.find_library('netcdff', dirs: netcdff_libdir, static: false, required : true)
#dependencies += [ lnetcdff ]
endif
endif
endif
Expand Down

0 comments on commit 3f02dfb

Please sign in to comment.