Skip to content

Commit

Permalink
Merge pull request #75 from georgwiltschek/master
Browse files Browse the repository at this point in the history
Make grive compile on Ubuntu 10.04 (Lucid Lynx)
  • Loading branch information
nestal committed Jun 25, 2012
2 parents 1d1365e + 6ecbd8d commit cfbcd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgrive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cfbcd31

Please sign in to comment.