diff options
-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" |