test/CMakeLists.txt: Fix Boost version requirement.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 30 Oct 2013 09:43:16 +0000 (10:43 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 30 Oct 2013 09:43:47 +0000 (10:43 +0100)
commit2ec05cc6cdb6b34f99e9dc82d123d3d0b41d6690
tree736bdafe7f89aa2e605f9918b79f9c32b5494482
parentfe89c96185dba8ccf02b6b3d0994c2e149198c73
test/CMakeLists.txt: Fix Boost version requirement.

The current requirement is 1.42, the 1.46 in test/CMakeLists.txt is a
copy-paste error. This was noticed since OpenBSD currently ships 1.42
and the tests would not build there.
test/CMakeLists.txt