fix(quill/yaml-cpp): removed bad build artifacts

This commit is contained in:
2025-06-21 13:59:05 -04:00
parent 4cb1a4841a
commit d829a50032
4 changed files with 4 additions and 13 deletions

2
.gitignore vendored
View File

@@ -79,6 +79,8 @@ quill.wrap
yaml-cpp.wrap
cppad.wrap
subprojects/quill.wrap
.vscode/
*.log

View File

@@ -1,2 +1,3 @@
config_p = subproject('libconfig')
config_dep = config_p.get_variable('config_dep')
config_dep = config_p.get_variable('config_dep')
yaml_cpp_dep = config_p.get_variable('yaml_cpp_dep')

View File

@@ -1,6 +0,0 @@
[wrap-git]
url = https://github.com/odygrd/quill
revision = v8.1.1
depth = 1
[cmake]

View File

@@ -1,6 +0,0 @@
[wrap-git]
url = https://github.com/jbeder/yaml-cpp.git
revision = yaml-cpp-0.7.0
depth = 1
[cmake]