From 3f68959fa41d6c309775d2d40025795d88865226 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 1 Dec 2015 22:01:25 +0000 Subject: Ask cmake to generate a Visual Studio Solution for the current version and platform. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 58ff3532..1bd6b79b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,7 +57,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER%\.. - rename pcre-8.38 pcre - cd pcre - - cmake . + - cmake . -G "Visual Studio %VisualStudioVersion%" -A %PLATFORM% - dir - msbuild PCRE.sln /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" - cd %APPVEYOR_BUILD_FOLDER%\.. -- cgit v1.2.3