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 | 730088a2828c59541ef42678c2375b98224a62cf (patch) | |
tree | 4b5a9e462be3358b858ccfcf917a21558f581258 | |
parent | a950a83a807518e465706c3712d6f80afff460b9 (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" ] ; |