Skip to content

Commit

Permalink
Merge pull request EOSIO#3441 from jafri/patch-1
Browse files Browse the repository at this point in the history
Upgrade Boost Version in CMake FIND_PACKAGE
  • Loading branch information
heifner authored May 26, 2018
2 parents 00c7869 + 76729e5 commit f32c5a6
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 @@ -85,7 +85,7 @@ IF( WIN32 )
set(Boost_USE_MULTITHREADED ON)
set(BOOST_ALL_DYN_LINK OFF) # force dynamic linking for all libraries
ENDIF(WIN32)
FIND_PACKAGE(Boost 1.66 REQUIRED COMPONENTS
FIND_PACKAGE(Boost 1.67 REQUIRED COMPONENTS
thread
date_time
filesystem
Expand Down

0 comments on commit f32c5a6

Please sign in to comment.