We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6170a75 commit eec332bCopy full SHA for eec332b
travis/build-wheels.sh
@@ -9,11 +9,11 @@ ENABLE_CONTRIB=$(<contrib.enabled)
9
10
pip install $BUILD_DEPENDS
11
12
-echo 'Install cmake 2.8.12.2'
+echo 'Install cmake 3.9.0'
13
14
-wget --no-check-certificate https://cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz
15
-tar -zxvf cmake-2.8.12.2.tar.gz
16
-cd cmake-2.8.12.2
+wget --no-check-certificate https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz
+tar -zxvf cmake-3.9.0.tar.gz
+cd cmake-3.9.0
17
./bootstrap
18
make && make install
19
cd ..
0 commit comments