From c82f50559b8153ba49c74e94de1f022e2ccf3e3e Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Wed, 26 Sep 2018 10:00:41 +0300 Subject: [PATCH] appveyor fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1bdf899..9ee12a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,5 +10,5 @@ install: git submodule update --init --recursive build_script: - if [%COMPILER%]==[MSVC15] cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=MinSizeRel . - - if [%COMPILER%]==[MinGW-w64] cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=MinSizeRel . + - if [%COMPILER%]==[MinGW-w64] cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_SH=CMAKE_SH-NOTFOUND . - cmake --build .