Skip to content

Commit

Permalink
t7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jan 23, 2025
1 parent 7392947 commit 13495ea
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 @@ -197,7 +197,7 @@ if is_netcdf_build
#netcdff = dependency('netcdff', method : 'cmake', cmake_args : [cmake_arg])
#my_cmake_lib_dep = dependency('my_cmake_lib', method: 'cmake', cmake_module_path: 'path/to/cmake/modules')
nf_dir_rel = netcdff_compiled_rel / 'fortran'
netcdff = dependency('netcdf', method: 'cmake', cmake_module_path: nf_dir_rel)
netcdff = dependency('netcdff', method: 'cmake', cmake_module_path: nf_dir_rel)


# nf_dir = netcdff_compiled_abs / 'fortran'
Expand Down

0 comments on commit 13495ea

Please sign in to comment.