Skip to content

Commit

Permalink
Remove unnecessary meson version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 19, 2024
1 parent 91f0539 commit 40981cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ project(
'SageMath',
['c', 'cpp', 'cython'],
version: files('src/VERSION.txt'),
license: 'GPL v3',
meson_version: '>= 1.2.0',
license: 'GPL v3'
)

# Python module
Expand Down

0 comments on commit 40981cc

Please sign in to comment.