diff options
Diffstat (limited to '')
-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 73f8a74..6ecbf00 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -64,7 +64,7 @@ function Build-ProjectUserMode { mkdir $BuildDir cd $BuildDir - Invoke-Exe { cmake.exe -Wno-dev -G $Generator -A $Platform "$ProjectDir\um" } + Invoke-Exe { cmake.exe -G $Generator -A $Platform "$ProjectDir\um" } Invoke-Exe { cmake.exe --build . --config $Configuration -- /m } } |