From 20de645ad839d109bd6d2e8e5e1e600f84522dd5 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 9 Dec 2019 02:51:37 +0300
Subject: AppVeyor: remove CMake options also set in common.cmake

---
 .appveyor/build.ps1 | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1
index 7a0aafc..1ebad9a 100644
--- a/.appveyor/build.ps1
+++ b/.appveyor/build.ps1
@@ -104,14 +104,11 @@ function Build-Project {
     mkdir $BuildDir
     cd $BuildDir
 
-    Invoke-Exe { cmake.exe -Wno-dev            `
+    Invoke-Exe { cmake.exe                     `
         -G $Generator -A $Platform             `
         -D "AES_TOOLS_ASM=$cmake_asm"          `
         -D "BOOST_ROOT=$BoostDir"              `
         -D "BOOST_LIBRARYDIR=$BoostLibraryDir" `
-        -D Boost_USE_STATIC_LIBS=ON            `
-        -D Boost_USE_STATIC_RUNTIME=ON         `
-        -D CXX_STANDARD=11                     `
         $ProjectDir
     }
     
-- 
cgit v1.2.3