feat(libconfig): v2.0.3 -> v2.2.2
This version of libconfig brings more robust mutation and CLI integration
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -80,6 +80,7 @@ subprojects/.wraplock
|
||||
subprojects/openssl-*
|
||||
subprojects/glaze/
|
||||
subprojects/tomlplusplus-*/
|
||||
subprojects/CLI11-*/
|
||||
|
||||
*.csv
|
||||
*.dot
|
||||
@@ -91,6 +92,7 @@ minizip-ng.wrap
|
||||
openssl.wrap
|
||||
glaze.wrap
|
||||
tomlplusplus.wrap
|
||||
cli11.wrap
|
||||
|
||||
.vscode/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
project('fourdst', 'cpp', version: 'v0.9.19', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
project('fourdst', 'cpp', version: 'v0.9.20', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/4D-STAR/libconfig.git
|
||||
revision = v2.0.3
|
||||
revision = v2.2.2
|
||||
depth = 1
|
||||
|
||||
Reference in New Issue
Block a user