diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-05-17 10:46:23 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-05-17 10:46:23 -0400 |
commit | f78eb3465f6798a0b094b6be12775380f4a8e8a7 (patch) | |
tree | a886760f1f82e7797f0f58d47b01be57969fa29b /Jamroot | |
parent | bebc7faef73b5943279e692706950c1d6cda7f42 (diff) | |
parent | b95ef85087cda78386ded6a886d050f34879b75c (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
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 ; } |