Update tomlplusplus wrap to 2.5.0

This commit is contained in:
Robbert van der Helm
2021-11-11 03:19:15 +01:00
parent a7f63725eb
commit 52d0232c91
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ boost_dep = dependency('boost', version : '>=1.66', static : with_static_boost)
bitsery_dep = dependency('bitsery', version : '>=5.2.0', fallback : ['bitsery', 'bitsery_dep'])
function2_dep = dependency('function2', version : '>=4.2.0', fallback : ['function2', 'function2_dep'])
threads_dep = dependency('threads')
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.1.0', fallback : ['tomlplusplus', 'tomlplusplus_dep'])
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.5.0', fallback : ['tomlplusplus', 'tomlplusplus_dep'])
dl_dep = declare_dependency(link_args : '-ldl')
rt_dep = declare_dependency(link_args : '-lrt')