build(boost): added greater than to version for boost

This commit is contained in:
2025-03-21 11:56:12 -04:00
parent c8fe09a8b5
commit 7327a487b5

View File

@@ -1 +1 @@
boost_dep = dependency('boost', version: '1.8.0')
boost_dep = dependency('boost', version: '>=1.8.0')