Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Dec 18, 2023
1 parent 8ad5ced commit 01982a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/install-colmap-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ git clone https://github.com/colmap/colmap.git
cd colmap
git checkout c0355417328f3706a30a9265fd52bc7a5aa4cb8c

$packages = Get-Content -Path ".azure-pipelines/build-windows-vcpkg.txt"
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg.exe" install --recurse --clean-after-build @$packages
$PACKAGE_NAMES = Get-Content -Path ".azure-pipelines/build-windows-vcpkg.txt"
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg.exe" install --recurse --clean-after-build @PACKAGE_NAMES

mkdir build
cd build
Expand Down

0 comments on commit 01982a4

Please sign in to comment.