We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdaa5a commit 8131f49Copy full SHA for 8131f49
CMakeLists.txt
@@ -25,7 +25,7 @@ if(BUILD_TESTS)
25
else()
26
set(Boost_COMPONENTS system regex date_time thread chrono filesystem program_options )
27
endif()
28
-find_package( Boost 1.45.0 REQUIRED ${Boost_COMPONENTS} )
+find_package( Boost 1.51 REQUIRED ${Boost_COMPONENTS} )
29
find_package( OpenSSL )
30
find_package( Threads )
31
set(CMAKE_VERBOSE_MAKEFILE true)
0 commit comments