Skip to content

Commit

Permalink
[Branch-1.2] Upgrade cmake to meet Velox build requirement (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Oct 24, 2024
1 parent 97e3292 commit a49683d
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 a49683d

Please sign in to comment.