Skip to content

Commit 248095e

Browse files
committed
change boost requirement to 1.65.1
1 parent 852da7d commit 248095e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ else()
9999
endif()
100100

101101
# Boost
102-
find_package(Boost 1.66.0 COMPONENTS filesystem graph system program_options log ${BOOST_THREAD} REQUIRED)
102+
find_package(Boost 1.65.1 COMPONENTS filesystem graph system program_options log ${BOOST_THREAD} REQUIRED)
103103
include_directories(${Boost_INCLUDE_DIRS})
104104
add_definitions(-DBOOST_LOG_DYN_LINK)
105105

0 commit comments

Comments
 (0)