Skip to content

Commit 2ec7421

Browse files
committed
Minimum version of Boost is now 1.58.
1 parent 87c9042 commit 2ec7421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
4545
# Always use multi-threaded Boost libraries.
4646
set(Boost_USE_MULTI_THREADED ON)
4747

48-
find_package(Boost 1.57.0 REQUIRED COMPONENTS system)
48+
find_package(Boost 1.58.0 REQUIRED COMPONENTS system)
4949

5050
if (CPP-NETLIB_ENABLE_HTTPS)
5151
find_package( OpenSSL )

0 commit comments

Comments
 (0)