summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-16 17:01:21 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-16 17:01:21 -0400
commit75d0f86f8f949e37c600096accf85d5521940f40 (patch)
tree0b7ab569d4642984a2fc90f5fd7eded1b36a21df /Jamroot
parenta448faf30fa46c006b1d38c6aee64a7aad29ac5e (diff)
bjam cleanup
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index f873db68..6daf7a9e 100644
--- a/Jamroot
+++ b/Jamroot
@@ -18,6 +18,10 @@ if [ test_header google/dense_hash_map ] || $(with-google-hash) {
requirements += <define>HAVE_SPARSEHASH <include>$(with-google-hash) ;
}
+if [ test_header cmph.h ] || $(with-cmph) {
+ requirements += <define>HAVE_CMPH <include>$(with-cmph) ;
+}
+
if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serialization ] {
requirements += <define>HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP ;
}