From cdd2ee6fbd2d4f1aa97c8b26b8d351ee7d66566b Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 12 May 2014 18:06:19 -0400 Subject: Decrease Boost requirement to 1.49.0 I successfully compiled ledger with boost 1.49.0 on Debian 7.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8740e140..9dd9f666 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ else() endif() # Set BOOST_ROOT to help CMake to find the right Boost version -find_package(Boost 1.55.0 +find_package(Boost 1.49.0 REQUIRED date_time filesystem system iostreams regex unit_test_framework ${BOOST_PYTHON}) -- cgit v1.2.3