Skip to content

Commit

Permalink
t9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Feb 6, 2025
1 parent c489cf0 commit 1a96a15
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 @@ -201,8 +201,8 @@ if is_netcdf_build
static: false,
required : true)
netcdfc_lib = fc.find_library('netcdf',
#dirs: [netcdfc_bindir, netcdfc_libdir],
dirs: [netcdfc_bindir],
dirs: [netcdfc_bindir, netcdfc_libdir],
#dirs: [netcdfc_bindir],
static: false,
required : true)

Expand All @@ -224,7 +224,7 @@ if is_netcdf_build
netcdff = declare_dependency(
dependencies : [netcdfc_lib, netcdff_lib],
#dependencies : [netcdff_lib],
#link_with: netcdff_lib,
link_with: [netcdfc_lib, netcdff_lib],
include_directories : [netcdfc_rincdir, netcdff_rlibdir])
dependencies += [ netcdfc_lib, netcdff_lib ]
#netcdfc = declare_dependency(
Expand Down

0 comments on commit 1a96a15

Please sign in to comment.