]> sigrok.org Git - pulseview.git/commit - INSTALL
cmake, INSTALL: Bump the Boost requirement to >= 1.55.
authorGerhard Sittig <redacted>
Thu, 13 Oct 2016 14:25:39 +0000 (16:25 +0200)
committerUwe Hermann <redacted>
Wed, 19 Oct 2016 23:17:30 +0000 (01:17 +0200)
commitd68d75c2a5bf479e5bb1c6dab3f052de3fb2e873
tree1e6e481d3fe458f20b86251227270c5fd146cdaf
parentf8cbea47735d02294f241610f0988c94e84f9693
cmake, INSTALL: Bump the Boost requirement to >= 1.55.

Support for serialization of multiprecision data (which is used for view
timestamps) was introduced in boost version 1.55. Since commit 3a21afa6
builds with versions up to and including 1.54 are reported to fail.

Bump the required version from 1.53 to 1.55. Rephrase the CMake logic
which searches for the Boost dependency. Create a list of libraries from
fixed and optional parts, which as a byproduct avoids long lines. Pass
that list of required libraries to one common find_package() call.

Signed-off-by: Gerhard Sittig <redacted>
CMakeLists.txt
INSTALL