Skip to content

Commit 8319db1

Browse files
committed
Another attempt at fixing the issue
1 parent a420187 commit 8319db1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/install_cmake.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# install cmake using their shell script
22
# we do this because fcl needs cmake >= 2.8.12, but centos 5
33
# from the manylinux image has only cmake 2.8.11
4-
curl -OL https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.sh
5-
bash cmake-3.11.0-Linux-x86_64.sh --skip-license --prefix=/usr
4+
curl -OL https://cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh
5+
bash cmake-2.8.12.2-Linux-i386.sh --skip-license --prefix=/usr

0 commit comments

Comments
 (0)