Skip to content

Commit

Permalink
installation-scripts: CMake version taken as argument to install-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintin authored Feb 10, 2021
1 parent 7f923af commit 86717be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-scripts/install-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mysudo() {

# Set variables
WORK_DIR=tmp
VERSION=3.19.1
VERSION=${1}
TAR_GZ=cmake-${VERSION}.tar.gz
SRC_DIR=cmake-${VERSION}
PREFIX="/opt/local/cmake/${VERSION}"
Expand Down

0 comments on commit 86717be

Please sign in to comment.