diff --git a/Tools/install_dependencies_linux_mac.sh b/Tools/install_dependencies_linux_mac.sh index c2ad318a..2de3c045 100644 --- a/Tools/install_dependencies_linux_mac.sh +++ b/Tools/install_dependencies_linux_mac.sh @@ -5,8 +5,8 @@ cd .. git clone https://github.com/microsoft/vcpkg.git ScreenPlay-vcpkg cd ScreenPlay-vcpkg git pull -# master 25.01.2021 - fc0d6b28006e0607a6b9871641ec48925274e079 -git checkout fc0d6b28006e0607a6b9871641ec48925274e079 +# master 27.03.2021 - 9f6157a +git checkout 9f6157a chmod +x bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh chmod +x vcpkg diff --git a/Tools/install_dependencies_windows.bat b/Tools/install_dependencies_windows.bat index 8bbff678..4de27ec6 100644 --- a/Tools/install_dependencies_windows.bat +++ b/Tools/install_dependencies_windows.bat @@ -5,8 +5,8 @@ cd .. git clone https://github.com/microsoft/vcpkg.git ScreenPlay-vcpkg cd ScreenPlay-vcpkg git pull -rem master 25.01.2021 - fc0d6b28006e0607a6b9871641ec48925274e079 -git checkout fc0d6b28006e0607a6b9871641ec48925274e079 +rem master 27.03.2021 - 9f6157a +git checkout 9f6157a call bootstrap-vcpkg.bat rem Install vcpkg dependencies