From 36f62ff4bd9e2b7299ff3deff9b0f2f4c06e8cd6 Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 29 Mar 2015 00:03:56 +0600 Subject: [PATCH] Set generator to 'Visual Studio 10 2010' on AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01ec2c8..6e3961b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ configuration: - RelWithDebInfo before_build: - - cmake source/compiler + - cmake -G "Visual Studio 10 2010" source/compiler build_script: - cmake --build . --config %CONFIGURATION%