From 2cd2119fb10683993338540c74fb412e89a6fe5d Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Mon, 27 Jan 2020 11:32:29 +0800 Subject: [PATCH] Revert "AppVeyor: Add -j2 to cmake build command." Looks like AppVeyor's CMake is too old to support that. --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index bb2b577c3..b081aa9a3 100644 --- a/extra/appveyor/appveyor.yml +++ b/extra/appveyor/appveyor.yml @@ -38,7 +38,7 @@ before_build: - cmake -G "%GENERATOR%" -H. -Bbuild build_script: -- cmake --build build --target PACKAGE --config Release -j2 +- cmake --build build --target PACKAGE --config Release after_build: