Skip to content

Commit

Permalink
Check ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 8, 2024
1 parent ca8238b commit 9bffda2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/install-colmap-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ FILE="ccache-4.9-linux-x86_64"
curl -sSLO https://github.com/ccache/ccache/releases/download/v4.9/${FILE}.tar.xz
tar -xf ${FILE}.tar.xz
export PATH="$(pwd)/${FILE}:${PATH}"
ccache --version
ccache --help

git clone --branch sarlinpe/libraw-jaspter-nodefaults https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}
cd ${VCPKG_INSTALLATION_ROOT}
Expand Down

0 comments on commit 9bffda2

Please sign in to comment.