diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 14:20:21 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 14:20:21 +0000 |
commit | 9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5 (patch) | |
tree | 1214410b4493e770856c46cbfe8a590b111fd182 /extra-tools/CITPreBuildDep.sh | |
parent | updated (diff) | |
download | mutator-9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5.tar.gz mutator-9e8b1ba5013b84de3d0b5a28eec3ed95127a39f5.zip |
fixed
Diffstat (limited to 'extra-tools/CITPreBuildDep.sh')
-rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 2 |
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" |