Skip to content

Commit 8131f49

Browse files
committed
Update minimum required Boost from 1.45 to 1.51
1 parent 8fdaa5a commit 8131f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(BUILD_TESTS)
2525
else()
2626
set(Boost_COMPONENTS system regex date_time thread chrono filesystem program_options )
2727
endif()
28-
find_package( Boost 1.45.0 REQUIRED ${Boost_COMPONENTS} )
28+
find_package( Boost 1.51 REQUIRED ${Boost_COMPONENTS} )
2929
find_package( OpenSSL )
3030
find_package( Threads )
3131
set(CMAKE_VERBOSE_MAKEFILE true)

0 commit comments

Comments
 (0)