Added -Wno-dev warning remover for CI builds
This commit is contained in:
parent
c8db617e57
commit
e491207920
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ install:
|
|||
$generator = "Visual Studio 14 2015"
|
||||
}
|
||||
cmake `
|
||||
-Wno-dev `
|
||||
-DCMAKE_INSTALL_PREFIX=criterion-%APPVEYOR_REPO_TAG_NAME% `
|
||||
-DCMAKE_PREFIX_PATH="%LOCAL_INSTALL%" `
|
||||
-G "$generator" `
|
||||
|
|
Loading…
Add table
Reference in a new issue