Skip to content

Commit

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

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

cd ${CURRDIR}
git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}

git clone --branch sarlinpe/libraw-jaspter-nodefaults https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}
cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} \
Expand Down

0 comments on commit 2902486

Please sign in to comment.