From 70a92afdc725f6cc5b3a078592dd5a624b0f03f9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:09:00 +0300 Subject: AppVeyor: remove CMake options also set in common.cmake --- .appveyor/build.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.appveyor/build.ps1') diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index daf61b3..f33b52b 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -95,13 +95,10 @@ function Build-Project { mkdir $BuildDir cd $BuildDir - Invoke-Exe { cmake.exe -Wno-dev ` + Invoke-Exe { cmake.exe ` -G $Generator -A $Platform ` -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