[cpp-sp] branch main updated: Add Boost tests.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 4 21:08:19 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=a74739f10c5ef4b104e919bcd8291126d722f830
The following commit(s) were added to refs/heads/main by this push:
new a74739f1 Add Boost tests.
a74739f1 is described below
commit a74739f10c5ef4b104e919bcd8291126d722f830
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 4 16:08:14 2024 -0500
Add Boost tests.
---
configure.ac | 2 ++
m4/boost.m4 | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/configure.ac b/configure.ac
index 41e77b11..5068c57a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,8 +75,10 @@ BOOST_REQUIRE
BOOST_BIND
BOOST_LAMBDA
BOOST_POINTER_CONTAINER
+BOOST_PROPERTYTREE
BOOST_SMART_PTR
BOOST_STRING_ALGO
+BOOST_TEST
BOOST_TUPLE
# Thank you Solaris, really.
diff --git a/m4/boost.m4 b/m4/boost.m4
index 1f57ea68..1bd98e74 100644
--- a/m4/boost.m4
+++ b/m4/boost.m4
@@ -884,6 +884,12 @@ BOOST_DEFUN([Optional],
BOOST_DEFUN([Preprocessor],
[BOOST_FIND_HEADER([boost/preprocessor/repeat.hpp])])
+# BOOST_PROPERTY_TREE()
+# --------------------
+# Look for Boost.PropertyTree
+BOOST_DEFUN([PropertyTree],
+[BOOST_FIND_HEADER([boost/property_tree/xml_parser.hpp])])
+
# BOOST_RANGE()
# --------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list