From 83336373f19dc010c0f84e5b148959a34b2fd5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 17 Apr 2018 08:15:37 +0200 Subject: [PATCH] Fixed VS2017 compiler path --- CI/Windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/Windows.bat b/CI/Windows.bat index e7e9a187..7e9d9d12 100644 --- a/CI/Windows.bat +++ b/CI/Windows.bat @@ -73,7 +73,7 @@ IF "%BUILD_PLATFORM%" == "VS2017" ( set LIBPATH=E:\libs\VS2017 set GTESTVERSION=gtest-1.7.0 set GENERATOR=Visual Studio 15%ARCH_VS% - set VS_PATH="C:\Program Files (x86)\Microsoft Visual Studio 15.0\Common7\IDE\devenv.com" + set VS_PATH="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com" set QT_VERSION= IF "%ARCHITECTURE%" == "x64" (