Skip to content

Commit 164602a

Browse files
committed
switch vcpkg to manifest mode; restrict the eigen version
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 50cd166 commit 164602a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build_scripts/install_deps_windows.bash

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
set -ex
44

5-
cd ./build_scripts
6-
vcpkg x-update-baseline --add-initial-baseline
7-
vcpkg install
8-
cd ..
5+
vcpkg x-update-baseline \
6+
--add-initial-baseline \
7+
--x-manifest-root="./build_scripts"
8+
vcpkg install \
9+
--x-install-root="C:/vcpkg/installed" \
10+
--x-manifest-root="./build_scripts"

0 commit comments

Comments
 (0)