Skip to content

Commit fbe029e

Browse files
committed
Updated README: CMake >= 3.0 required
1 parent 66b0027 commit fbe029e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Building with CMake
5353
~~~~~~~~~~~~~~~~~~~
5454

5555
To build the libraries and run the tests with CMake, you will need to
56-
have CMake version 2.8.10 or higher installed appropriately in your
56+
have CMake version 3.0 or higher installed appropriately in your
5757
system.
5858

5959
::
6060

6161
$ cmake --version
62-
cmake version 2.8.10
62+
cmake version 3.2.2
6363

6464
Inside the cpp-netlib directory, you can issue the following statements to
6565
configure and generate the Makefiles, and build the tests::

0 commit comments

Comments
 (0)