diff options
Diffstat (limited to '.appveyor/build.ps1')
-rw-r--r-- | .appveyor/build.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index 1b9c5db..fab4cc0 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -62,7 +62,7 @@ function Build-Project { mkdir $BuildDir cd $BuildDir - Invoke-Exe { cmake.exe -Wno-dev -G $Generator -A $Platform $ProjectDir } + Invoke-Exe { cmake.exe -G $Generator -A $Platform $ProjectDir } Invoke-Exe { cmake.exe --build . --config $Configuration -- /m } } |