AppVeyor: now really use CURL_WERROR

It was misspelled as CURL_ERROR in commit
2d86e8d128.

Closes https://github.com/curl/curl/pull/1686
This commit is contained in:
Marcel Raad 2017-07-18 19:06:55 +02:00
parent de6de94c9a
commit 001701c47e
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ environment:
build_script:
- mkdir build.%BDIR%
- cd build.%BDIR%
- cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_ERROR=ON
- cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON
- cmake --build . --config %PRJ_CFG% --clean-first
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)