We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a420187 commit 8319db1Copy full SHA for 8319db1
1 file changed
requirements/install_cmake.bash
@@ -1,5 +1,5 @@
1
# install cmake using their shell script
2
# we do this because fcl needs cmake >= 2.8.12, but centos 5
3
# 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
+curl -OL https://cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh
+bash cmake-2.8.12.2-Linux-i386.sh --skip-license --prefix=/usr
0 commit comments