Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 2adcf66

Browse files
wosercdailey
authored andcommitted
Use CMake 3.x binary dist for travis
* Updated README: CMake >= 3.0 required
1 parent d78f0ed commit 2adcf66

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
before_install:
1515
- sudo add-apt-repository ppa:apokluda/boost1.53 --yes
1616
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes # libstdc++-4.8
17-
- sudo add-apt-repository ppa:george-edison55/cmake-3.x --yes
1817
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
1918
- sudo apt-get update
2019

@@ -24,7 +23,7 @@ install:
2423
- sudo apt-get install libboost-system1.53-dev
2524
- sudo apt-get install libboost-regex1.53-dev
2625
- sudo apt-get install libboost-filesystem1.53-dev
27-
- sudo apt-get install cmake
26+
- wget -qO- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fR cmake-3.3.2-Linux-x86_64/* /usr
2827

2928
before_script:
3029
# update compilers

README.rst

+2-2
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)