1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 04:14:05 +00:00

go the fetch route for windows

This commit is contained in:
Bret Curtis 2023-04-27 16:44:04 +02:00
parent 9c1d5f699c
commit 19b58bc043
2 changed files with 1 additions and 3 deletions

View File

@ -611,8 +611,6 @@ macOS12_Xcode13:
- choco install ccache -y
- choco install vswhere -y
- choco install python -y
- vcpkg install cxxopts
- vcpkg integrate install
- refreshenv
- |
function Make-SafeFileName {

View File

@ -1036,7 +1036,7 @@ add_cmake_opts -DOPENMW_MP_BUILD=on
add_cmake_opts -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}"
add_cmake_opts -DOPENMW_USE_SYSTEM_SQLITE3=OFF
add_cmake_opts -DOPENMW_USE_SYSTEM_YAML_CPP=OFF
add_cmake_opts -DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" # add vcpkg toolchain
add_cmake_opts -DOPENMW_USE_SYSTEM_CXXOPTS=OFF
if [ ! -z $CI ]; then
case $STEP in
components )