diff options
Diffstat (limited to '.appveyor/build.ps1')
-rw-r--r-- | .appveyor/build.ps1 | 5 |
1 files changed, 1 insertions, 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 } |