Skip to content

Commit

Permalink
update boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabels committed Jan 2, 2021
1 parent 24f4ddd commit 8e8349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()


#Only tested with versions 1.55 and 1.56
find_package(Boost 1.54.0 COMPONENTS system regex REQUIRED)
find_package(Boost 1.65.1 COMPONENTS system regex REQUIRED)
include_directories(${Boost_INCLUDE_DIR})

if(APPLE)
Expand Down

0 comments on commit 8e8349e

Please sign in to comment.