Skip to content

Commit 2f6be99

Browse files
dimpasevbraun
authored andcommitted
do not check for an nonexistent boost library
1 parent 706e6a1 commit 2f6be99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ boost = dependency(
225225
'boost',
226226
version: '>=1.83.0',
227227
required: false,
228-
modules: ['graph', 'tuple'],
228+
modules: ['graph'],
229229
)
230230
if boost.found()
231231
# Need at least v1.83.0 (https://github.com/boostorg/functional/commit/6a573e4b8333ee63ee62ce95558c3667348db233)
@@ -236,7 +236,7 @@ else
236236
'boost',
237237
version: '>=1.66.0',
238238
required: false,
239-
modules: ['graph', 'tuple'],
239+
modules: ['graph'],
240240
)
241241
endif
242242

0 commit comments

Comments
 (0)