From 15cf9ec365f04def8eb3e8e6b05c716c0afaf3b7 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 5 Dec 2019 18:59:43 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 963c02f1..c4273dec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: matrix: - GENERATOR: '"MinGW Makefiles"' BUILD_TYPE: Debug - - GENERATOR: '"MinGW Makefiles" -Dmingw32-make.exe' + - GENERATOR: '"MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make.exe' BUILD_TYPE: Release - GENERATOR: '"Visual Studio 14 2015"' BUILD_TYPE: Debug