Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 7, 2024
1 parent ec5a600 commit 5752d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/install-colmap-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uname -a
CURRDIR=$(pwd)
echo "${CURRDIR}"

yum install -y gcc gcc-c++ cmake3 ninja-build
yum install -y gcc gcc-c++ cmake3 ninja-build curl zip unzip tar
cmake --version

cd ${CURRDIR}
Expand Down

0 comments on commit 5752d39

Please sign in to comment.