From 9b62085673de71b4ebea048f501adcec4ab93540 Mon Sep 17 00:00:00 2001 From: Ryan Burn Date: Mon, 20 Apr 2020 14:51:19 -0700 Subject: [PATCH] Fix windows ci --- ci/do_ci.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/do_ci.ps1 b/ci/do_ci.ps1 index 9a53c50526..f892eef725 100644 --- a/ci/do_ci.ps1 +++ b/ci/do_ci.ps1 @@ -73,8 +73,8 @@ switch ($action) { cd "$BUILD_DIR" cmake $SRC_DIR ` -DVCPKG_TARGET_TRIPLET=x64-windows ` - "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" - -DWITH_SDK=OFF \ + "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" ` + -DWITH_SDK=OFF $exit = $LASTEXITCODE if ($exit -ne 0) { exit $exit @@ -90,8 +90,8 @@ switch ($action) { cd "$BUILD_DIR" cmake $SRC_DIR ` -DVCPKG_TARGET_TRIPLET=x64-windows ` - "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" - -DWITH_SDK=OFF \ + "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" ` + -DWITH_SDK=OFF $exit = $LASTEXITCODE if ($exit -ne 0) { exit $exit