Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Oct 24, 2024
1 parent 97e3292 commit ab872a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function wget_and_untar {

function install_cmake {
cd "${DEPENDENCY_DIR}"
wget_and_untar https://cmake.org/files/v3.25/cmake-3.25.1.tar.gz cmake-3
wget_and_untar https://cmake.org/files/v3.28/cmake-3.28.3.tar.gz cmake-3
cd cmake-3
./bootstrap --prefix=/usr/local
make -j$(nproc)
Expand Down

0 comments on commit ab872a1

Please sign in to comment.