From 72f488790b388b5b4cbab9d683e1b096b6f817c1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:15:33 +0300 Subject: AppVeyor/Travis: remove options also present in common.cmake --- .appveyor/build.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.appveyor/build.ps1') diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index cdacc8a..ea80b10 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -93,12 +93,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 ENABLE_TESTS=ON ` $ProjectDir } -- cgit v1.2.3