Skip to content

Commit

Permalink
Drop required boost version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha97 committed Oct 20, 2017
1 parent 6b94ad4 commit 4fe3203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OPTION(ENABLE_TESTS "Enable tests" ON)
FIND_PACKAGE(Threads REQUIRED)

SET(Boost_USE_MULTITHREADED ON)
FIND_PACKAGE(Boost 1.56.0 REQUIRED COMPONENTS date_time system program_options regex)
FIND_PACKAGE(Boost 1.53.0 REQUIRED COMPONENTS date_time system program_options regex)


ADD_SUBDIRECTORY(benchmarks)
Expand Down

0 comments on commit 4fe3203

Please sign in to comment.