From 34a10b9787d7bd74a74ada599604d9a1d5ff576b Mon Sep 17 00:00:00 2001 From: Zeex Date: Thu, 11 Jan 2018 07:30:56 +0600 Subject: [PATCH] Switch back to VC++ 2010 runtime --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e644d1f..bdcd9a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ configuration: - RelWithDebInfo before_build: - - cmake -G "Visual Studio 12 2013" source/compiler -DCPACK_GENERATOR=ZIP + - cmake -G "Visual Studio 15 2017" source/compiler -DCPACK_GENERATOR=ZIP -DCMAKE_GENERATOR_TOOLSET=v100 build_script: - cmake --build . --config %CONFIGURATION%