build(probe): added macros_dep for warning control

This commit is contained in:
2025-03-26 11:41:34 -04:00
parent 14bc8a49b3
commit 7e99c2dd14

View File

@@ -30,7 +30,8 @@ probe_headers = files(
dependencies = [ dependencies = [
config_dep, config_dep,
mfem_dep, mfem_dep,
quill_dep quill_dep,
macros_dep
] ]
# Define the liblogger library so it can be linked against by other parts of the build system # Define the liblogger library so it can be linked against by other parts of the build system