Skip to content

Commit

Permalink
Update dependency "meson" to version 1.6 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Oct 23, 2024
1 parent 8352bbb commit ad74fec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('mlrl', default_options : ['cpp_std=c++17', 'buildtype=release', 'werror=true'])
project('mlrl', meson_version : '>=1.1', default_options : ['cpp_std=c++17', 'buildtype=release', 'werror=true'])

subprojects = get_option('subprojects')

Expand Down
2 changes: 1 addition & 1 deletion cpp/subprojects/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('common', 'cpp')
project('common', 'cpp', meson_version : '>=1.1')

# Source files
source_files = [
Expand Down
2 changes: 1 addition & 1 deletion python/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('mlrl-python', default_options : ['cpp_std=c++17', 'buildtype=release'])
project('mlrl-python', meson_version : '>=1.1', default_options : ['cpp_std=c++17', 'buildtype=release'])

subprojects = get_option('subprojects')

Expand Down
2 changes: 1 addition & 1 deletion scons/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cython >= 3.0, < 3.1
isort >= 5.13, < 5.14
mdformat >= 0.7, < 0.8
mdformat-myst >= 0.2, < 0.3
meson >= 1.5, < 1.6
meson >= 1.6, < 1.7
ninja >= 1.11, < 1.12
pylint >= 3.3, < 3.4
setuptools
Expand Down

0 comments on commit ad74fec

Please sign in to comment.