Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 15, 2023
1 parent 97d2e5e commit a941629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ else
message('ncc_incdir:', ncc_incdir)
message('ncc_libdir:', ncc_libdir)
netcdf = fc.find_library('netcdff', dirs: [ nc_dir / '.libs' ], required : true, static : true)
ncclib = fc.find_library('netcdf', dirs: [ ncc_libdir ], required : true)
ncclib = fc.find_library('netcdf', dirs: [ ncc_libdir ], required : true, static: true)
nc_incdir = include_directories([ nc_dir, ncc_incdir ])
#TODO: fix
dependencies += [ ncclib ]
Expand Down

0 comments on commit a941629

Please sign in to comment.