Merge pull request #75 from georgwiltschek/master

Make grive compile on Ubuntu 10.04 (Lucid Lynx)
pull/40/head
Nestal Wan 2012-06-25 08:47:03 -07:00
commit cfbcd31830
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)