fix(quill/yaml-cpp): removed bad build artifacts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -79,6 +79,8 @@ quill.wrap
|
||||
yaml-cpp.wrap
|
||||
cppad.wrap
|
||||
|
||||
subprojects/quill.wrap
|
||||
|
||||
.vscode/
|
||||
|
||||
*.log
|
||||
|
||||
@@ -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')
|
||||
@@ -1,6 +0,0 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/odygrd/quill
|
||||
revision = v8.1.1
|
||||
depth = 1
|
||||
|
||||
[cmake]
|
||||
@@ -1,6 +0,0 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/jbeder/yaml-cpp.git
|
||||
revision = yaml-cpp-0.7.0
|
||||
depth = 1
|
||||
|
||||
[cmake]
|
||||
Reference in New Issue
Block a user