Skip to content

Commit

Permalink
Fix unknown option error in meson >= 0.60.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwvdg authored Jan 31, 2022
1 parent 43a680b commit fe72b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ else
version: '>=6.3',
default_options: [
'default_library=static',
'static=false',
'openmp=@0@'.format(get_option('openmp')),
'la_backend=@0@'.format(get_option('la_backend')),
'optimization=@0@'.format(get_option('optimization')),
Expand Down

0 comments on commit fe72b39

Please sign in to comment.