Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Jan 23, 2024
1 parent 5a55595 commit 2dba6ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/install-colmap-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ $DEPS.Remove("glew")
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg.exe" install --recurse --clean-after-build @DEPS
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg.exe" integrate install

Get-ChildItem ${env:VCPKG_INSTALLATION_ROOT}/${env:VCPKG_TARGET_TRIPLET}/bin

mkdir build
cd build
cmake .. `
Expand All @@ -56,7 +58,7 @@ cmake .. `
-DCGAL_ENABLED="OFF" `
-DGUI_ENABLED="OFF" `
-DCMAKE_TOOLCHAIN_FILE="${env:CMAKE_TOOLCHAIN_FILE}" `
-DVCPKG_TARGET_TRIPLET="x64-windows"
-DVCPKG_TARGET_TRIPLET="${env:VCPKG_TARGET_TRIPLET}"
& ${NINJA_PATH} install

ccache --show-stats --verbose
Expand Down

0 comments on commit 2dba6ba

Please sign in to comment.