Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03f91fb

Browse files
committed
Minimum version of Boost is now 1.58.
1 parent64de3c9 commit03f91fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
4646
# Always use multi-threaded Boost libraries.
4747
set(Boost_USE_MULTI_THREADEDON)
4848

49-
find_package(Boost 1.57.0 REQUIRED COMPONENTSsystem)
49+
find_package(Boost 1.58.0 REQUIRED COMPONENTSsystem)
5050

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

‎libs/network/doc/getting_started.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Getting Boost
7070
=============
7171

7272
:mod:`cpp-netlib` depends onBoost_. 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
7474
latest package can be found on the `Boost web-site`_. The environment
7575
variable ``BOOST_ROOT`` must be defined, which must be the full path
7676
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.
259259
You can also opt to join the developers mailing list for a more personal
260260
interaction with the developers of the project. You can join the mailing list
261261
through http://groups.google.com/forum/#!forum/cpp-netlib.
262-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp