Skip to content

Commit eec332b

Browse files
committed
try latest cmake version (maybe fixes contrib builds)
1 parent 6170a75 commit eec332b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis/build-wheels.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ENABLE_CONTRIB=$(<contrib.enabled)
99

1010
pip install $BUILD_DEPENDS
1111

12-
echo 'Install cmake 2.8.12.2'
12+
echo 'Install cmake 3.9.0'
1313

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
14+
wget --no-check-certificate https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz
15+
tar -zxvf cmake-3.9.0.tar.gz
16+
cd cmake-3.9.0
1717
./bootstrap
1818
make && make install
1919
cd ..

0 commit comments

Comments
 (0)