Skip to content

Commit

Permalink
Allow a slightly older version of boost, since we don't use any recen…
Browse files Browse the repository at this point in the history
…t features.
  • Loading branch information
leecbaker committed May 31, 2015
1 parent 34a0eb2 commit e961cbb
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 @@ -45,7 +45,7 @@ if(WIN32)
set(Boost_USE_STATIC_RUNTIME OFF)
add_definitions( -DBOOST_ALL_NO_LIB ) # disable auto linking
endif()
find_package(Boost 1.55.0 REQUIRED COMPONENTS filesystem system iostreams)
find_package(Boost 1.54.0 REQUIRED COMPONENTS filesystem system iostreams)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
target_link_libraries(plugin ${Boost_LIBRARIES})

Expand Down

0 comments on commit e961cbb

Please sign in to comment.