aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools/CITPreBuildDep.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 14:20:21 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 14:20:21 +0000
commit9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5 (patch)
tree1214410b4493e770856c46cbfe8a590b111fd182 /extra-tools/CITPreBuildDep.sh
parentupdated (diff)
downloadmutator-9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5.tar.gz
mutator-9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5.zip
fixed
Diffstat (limited to 'extra-tools/CITPreBuildDep.sh')
-rwxr-xr-xextra-tools/CITPreBuildDep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh
index af24215..2ff372e 100755
--- a/extra-tools/CITPreBuildDep.sh
+++ b/extra-tools/CITPreBuildDep.sh
@@ -3,7 +3,7 @@
"sudo" apt-get -qq update
#building cmkae 3.4.3 since the CI Travis virtual host is Ubuntu(???)
-"wget" http://www.cmake.org/files/v3.4/cmake-3.4.1.tar.gz
+"wget" http://www.cmake.org/files/v3.4/cmake-3.4.3.tar.gz
"tar" -xvzf cmake-3.4.3.tar.gz
"cd" cmake-3.4.3/
"./configure"