]> granicus.if.org Git - curl/commitdiff
AppVeyor: now really use CURL_WERROR
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 18 Jul 2017 17:06:55 +0000 (19:06 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 29 Jul 2017 16:47:18 +0000 (18:47 +0200)
It was misspelled as CURL_ERROR in commit
2d86e8d1286e0fbe3d811e2e87fa0b5e53722db4.

Closes https://github.com/curl/curl/pull/1686

appveyor.yml

index 9f02cb59e2eb6e804670c4e138e087812cc196e2..3c60a46903976d46ed1b103e543bf30395842ca4 100644 (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)