Skip to content

Commit 85c7ae2

Browse files
committed
Removed sentence that you don't need CMake (you do).
1 parent 03f91fb commit 85c7ae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/network/doc/getting_started.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ still requires linking with `Boost.System`_, `Boost.Date_time`_, and
9898
Getting CMake
9999
=============
100100

101-
The :mod:`cpp-netlib` uses CMake_ to generate platform-specific build files. If
102-
you intend to run the test suite, you can follow the instructions below.
103-
Otherwise, you don't need CMake to use :mod:`cpp-netlib` in your project. The
104-
:mod:`cpp-netlib` requires CMake version 2.8 or higher.
101+
The :mod:`cpp-netlib` uses CMake_ to generate platform-specific build
102+
files. If you intend to run the test suite, you can follow the
103+
instructions below. The :mod:`cpp-netlib` requires CMake version 2.8
104+
or higher.
105105

106106
.. _CMake: http://www.cmake.org/
107107

0 commit comments

Comments
 (0)