Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Jul 23, 2015
2 parents f3a7a25 + eeb53ca commit 5595567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(SEQUENCEPARSER_SRC_PATH "${PROJECT_SOURCE_DIR}/src")
file(GLOB_RECURSE SEQUENCEPARSER_SRC_FILES "*.cpp" "*.hpp")

# Find boost
find_package(Boost 1.55.0
find_package(Boost 1.53.0
COMPONENTS regex system filesystem locale REQUIRED)
if(NOT Boost_FOUND)
message(FATAL_ERROR "please set BOOST_ROOT environment variable to a proper boost install")
Expand Down

0 comments on commit 5595567

Please sign in to comment.