Skip to content

Commit c828af8

Browse files
authored
Build only release for host-triplet (#5614)
* Add host-triplet to only build release version for host dependencies.
1 parent 93af010 commit c828af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dev/docker/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ COPY $PLATFORM'-windows-rel.cmake' 'c:\vcpkg\triplets\'$PLATFORM'-windows-rel.cm
4848
4949
RUN cd .\vcpkg; `
5050
.\bootstrap-vcpkg.bat; `
51-
.\vcpkg install boost flann eigen3 qhull vtk[qt,opengl] gtest benchmark openni2 --triplet $Env:PLATFORM-windows-rel --clean-after-build;
51+
.\vcpkg install boost flann eigen3 qhull vtk[qt,opengl] gtest benchmark openni2 --triplet $Env:PLATFORM-windows-rel --host-triplet $Env:PLATFORM-windows-rel --clean-after-build;

0 commit comments

Comments
 (0)