From 6ecbd8d0eac0199787c1ca571e0496a4fd139d1c Mon Sep 17 00:00:00 2001 From: georg wiltschek Date: Mon, 25 Jun 2012 09:59:22 +0200 Subject: [PATCH] depending on libboost 1.40 seems no worse than on 1.42 but makes compiling much easier on ubuntu 10.04 :-) --- libgrive/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgrive/CMakeLists.txt b/libgrive/CMakeLists.txt index d4d2a14..000d898 100644 --- a/libgrive/CMakeLists.txt +++ b/libgrive/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(LibGcrypt REQUIRED) find_package(JSONC REQUIRED) find_package(CURL REQUIRED) find_package(EXPAT REQUIRED) -find_package(Boost 1.42.0 COMPONENTS filesystem system REQUIRED) +find_package(Boost 1.40.0 COMPONENTS filesystem system REQUIRED) find_package(BFD) find_package(CppUnit) find_package(Iberty)