diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-09-13 13:19:11 +0100 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-09-13 13:20:13 +0100 |
commit | 8b824d1b940dc8b19e627dc476fdacfa92d75d34 (patch) | |
tree | 1d8097d0195039d8c2e04338295cb8b31e9ba878 | |
parent | 18c5b12399eb078dbb8c764a205caf9c610f9a2f (diff) |
Apparently cdec works on Boost 1.42.0
-rw-r--r-- | Jamroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ path-constant TOP : . ; include $(TOP)/jam-files/sanity.jam ; -boost 104400 ; +boost 104200 ; external-lib z ; with-google-hash = [ option.get "with-google-hash" ] ; |