Bump the minimum required version of Boost

Not sure which version is the actual minimum version required, but at
least Bosot 1.65 is missing some headers we need.
This commit is contained in:
Robbert van der Helm
2020-05-04 00:59:25 +02:00
parent 592b5acdf1
commit 3a332f169e
+1 -1
View File
@@ -41,7 +41,7 @@ subdir('src/common/config')
# Statically link against Boost.Filesystem, otherwise it becomes impossible to
# distribute a prebuilt version of yabridge
boost_dep = dependency('boost', modules : ['filesystem'], static : true)
boost_dep = dependency('boost', version : '>=1.66', modules : ['filesystem'], static : true)
bitsery_dep = subproject('bitsery').get_variable('bitsery_dep')
threads_dep = dependency('threads')
# The built in threads dependency does not know how to handle winegcc