depending on libboost 1.40 seems no worse than on 1.42 but makes compiling much easier on ubuntu 10.04 :-)

pull/40/head
georg wiltschek 2012-06-25 09:59:22 +02:00
parent 1d1365ea1a
commit 6ecbd8d0ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)