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

This commit is contained in:
2025-03-21 11:56:12 -04:00
parent 2a7cd1e9e6
commit 5d3c0d45ec

View File

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