From b62b060f9f9191d53d62435d1804066053ffdf91 Mon Sep 17 00:00:00 2001 From: mordred Date: Thu, 25 Oct 2018 17:44:54 +0200 Subject: [PATCH] Appveyor update --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6bbe22d5..9bdd9681 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ before_build: - git submodule update --init - mkdir build - cd build - - cmake .. -G "Visual Studio 14 2015" + - cmake .. -G "Visual Studio 15 2017" - cmake --build . --target ALL_BUILD --config Debug build_script: