From 94eb04d9ff7eb50987c1e2369632312d55393c00 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 1 Nov 2015 10:02:19 +0100 Subject: [PATCH] Disabled i18n on appveyor builds --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ae99113..5940648 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,6 +41,7 @@ install: cmake -Wno-dev -DCTESTS=ON + -DI18N=OFF -DCMAKE_INSTALL_PREFIX="criterion-%RELEASE_NAME%" -DCMAKE_BUILD_TYPE="%CONFIGURATION%" -G "%GENERATOR%"