This is required now since we use the Boost multiprecision module.
Thanks to Daniel Glöckner for the report.
This fixes bug #722.
endif()
if(ENABLE_TESTS)
- find_package(Boost 1.48 COMPONENTS filesystem system thread unit_test_framework REQUIRED)
+ find_package(Boost 1.53 COMPONENTS filesystem system thread unit_test_framework REQUIRED)
else()
- find_package(Boost 1.48 COMPONENTS filesystem system thread REQUIRED)
+ find_package(Boost 1.53 COMPONENTS filesystem system thread REQUIRED)
endif()
# Find the platform's thread library (needed for C++11 threads).
- Qt4 >= 4.5 or Qt5 (including the following components):
- Qt4: QtCore, QtGui, QtSvg
- Qt5: Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
- - libboost >= 1.48 (including the following libs):
+ - libboost >= 1.53 (including the following libs):
- libboost-system
- libboost-filesystem
- libboost-thread