diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-12 18:06:19 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-12 18:06:19 -0400 |
commit | cdd2ee6fbd2d4f1aa97c8b26b8d351ee7d66566b (patch) | |
tree | 3ffd3efd06ebd9cf0967ef48e56082070fd01eb7 /CMakeLists.txt | |
parent | 973cda8d78e062551535f84d28faa938988c2b4a (diff) | |
download | fork-ledger-cdd2ee6fbd2d4f1aa97c8b26b8d351ee7d66566b.tar.gz fork-ledger-cdd2ee6fbd2d4f1aa97c8b26b8d351ee7d66566b.tar.bz2 fork-ledger-cdd2ee6fbd2d4f1aa97c8b26b8d351ee7d66566b.zip |
Decrease Boost requirement to 1.49.0
I successfully compiled ledger with boost 1.49.0 on Debian 7.5.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |