diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-16 17:01:21 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-16 17:01:21 -0400 |
commit | b95ef85087cda78386ded6a886d050f34879b75c (patch) | |
tree | fff9f3f829e0546ada4a48686278a3a238403eef /Jamroot | |
parent | 4067927d57318d0863d3c1eada787393cf5df5b2 (diff) |
bjam cleanup
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ; } |