File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
46
46
# Always use multi-threaded Boost libraries.
47
47
set (Boost_USE_MULTI_THREADED ON )
48
48
49
- find_package (Boost 1.57 .0 REQUIRED COMPONENTS system )
49
+ find_package (Boost 1.58 .0 REQUIRED COMPONENTS system )
50
50
51
51
if (CPP-NETLIB_ENABLE_HTTPS )
52
52
find_package ( OpenSSL )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Getting Boost
70
70
=============
71
71
72
72
:mod: `cpp-netlib ` depends on Boost _. It should work for any version
73
- of Boost above 1.50 .0. If Boost is not installed on your system, the
73
+ of Boost above 1.58 .0. If Boost is not installed on your system, the
74
74
latest package can be found on the `Boost web-site `_. The environment
75
75
variable ``BOOST_ROOT `` must be defined, which must be the full path
76
76
name of the top directory of the Boost distribution. Although Boost
@@ -259,4 +259,3 @@ for the project at http://github.com/cpp-netlib/cpp-netlib/issues.
259
259
You can also opt to join the developers mailing list for a more personal
260
260
interaction with the developers of the project. You can join the mailing list
261
261
through http://groups.google.com/forum/#!forum/cpp-netlib.
262
-
You can’t perform that action at this time.
0 commit comments