]> sigrok.org Git - pulseview.git/commit - INSTALL
Bump Boost requirement to >= 1.48.
authorUwe Hermann <redacted>
Sat, 8 Aug 2015 17:19:47 +0000 (19:19 +0200)
committerUwe Hermann <redacted>
Sat, 8 Aug 2015 17:19:47 +0000 (19:19 +0200)
commitc3bf1d31fb43dc26a00fef05d951806e3158c55b
treefd88d96c1278638d1634c535db20325c06c69123
parenta38268f064687eff3e5395da6bb7f39e55dcd60f
Bump Boost requirement to >= 1.48.

Older versions of Boost have issues with C++11 due to boost::shared_ptr.

Details:
http://stackoverflow.com/questions/18900730/boostshared-ptrshared-ptrconst-boostshared-ptr-is-implicitly-declared
https://svn.boost.org/trac/boost/changeset/73202

This seems to have been fixed in Boost 1.48 (untested, though).

This closes bug #593.
CMakeLists.txt
INSTALL