summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-02 21:37:35 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-02 21:37:35 +0100
commitd7e986dfe6a8127a6e060448e05f56f0655fe9c5 (patch)
treea4756fbb38889a50b906395a18a87e3f7757b5be /wscript
parent593dd38514f6ba777c1eef1b065ca7e51e405c7b (diff)
Allow use of libfmt.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index c77ff30..c1a2b71 100644
--- a/wscript
+++ b/wscript
@@ -175,6 +175,8 @@ def configure(conf):
lib=boost_libs('regex'),
uselib_store='BOOST_REGEX')
+ conf.check_cfg(package='fmt', args='--cflags --libs', uselib_store='FMT', mandatory=True)
+
if not conf.env.DISABLE_TESTS:
conf.recurse('test')