Skip to content

Commit

Permalink
Fix GSL/gsl typo in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Nov 14, 2023
1 parent 42c9aba commit d159b04
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 @@ -12,7 +12,7 @@ if use_eups
use_eups = run_command('eups', 'list', 'gauss2dfit', check: false).returncode() == 0
endif

gsl_dep = dependency('GSL', required: false)
gsl_dep = dependency('gsl', required: false)

if use_eups
gauss2d_eupsdir = run_command('eups', 'list', '-d', 'gauss2d', check: true).stdout().strip()
Expand Down

0 comments on commit d159b04

Please sign in to comment.