From d829a50032ade628735fb4d11b6d0dbf9269125a Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 13:59:05 -0400 Subject: [PATCH] fix(quill/yaml-cpp): removed bad build artifacts --- .gitignore | 2 ++ build-config/fourdst/libconfig/meson.build | 3 ++- subprojects/quill.wrap | 6 ------ subprojects/yaml-cpp.wrap | 6 ------ 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 subprojects/quill.wrap delete mode 100644 subprojects/yaml-cpp.wrap diff --git a/.gitignore b/.gitignore index f00408a..6faf0cc 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,8 @@ quill.wrap yaml-cpp.wrap cppad.wrap +subprojects/quill.wrap + .vscode/ *.log diff --git a/build-config/fourdst/libconfig/meson.build b/build-config/fourdst/libconfig/meson.build index b7f6a5e..16fa34d 100644 --- a/build-config/fourdst/libconfig/meson.build +++ b/build-config/fourdst/libconfig/meson.build @@ -1,2 +1,3 @@ config_p = subproject('libconfig') -config_dep = config_p.get_variable('config_dep') \ No newline at end of file +config_dep = config_p.get_variable('config_dep') +yaml_cpp_dep = config_p.get_variable('yaml_cpp_dep') \ No newline at end of file diff --git a/subprojects/quill.wrap b/subprojects/quill.wrap deleted file mode 100644 index 07363e4..0000000 --- a/subprojects/quill.wrap +++ /dev/null @@ -1,6 +0,0 @@ -[wrap-git] -url = https://github.com/odygrd/quill -revision = v8.1.1 -depth = 1 - -[cmake] \ No newline at end of file diff --git a/subprojects/yaml-cpp.wrap b/subprojects/yaml-cpp.wrap deleted file mode 100644 index 31404fc..0000000 --- a/subprojects/yaml-cpp.wrap +++ /dev/null @@ -1,6 +0,0 @@ -[wrap-git] -url = https://github.com/jbeder/yaml-cpp.git -revision = yaml-cpp-0.7.0 -depth = 1 - -[cmake] \ No newline at end of file