From 888f081fb7c83fc1796b2b6c1d446ea07227aefc Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 10 Dec 2016 17:05:13 +0000 Subject: [PATCH] try that yet again --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e912e725..0f2fd308 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ environment: init: [] install: [] before_build: -- git submodule update --init --recursive --remote +- git submodule update --init - cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON build: