]> git.ipfire.org Git - thirdparty/curl.git/commit
CMake: fix CURL_WERROR for MSVC
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 18 Jul 2017 16:31:41 +0000 (18:31 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 4 Aug 2017 10:01:24 +0000 (12:01 +0200)
commit54aef857b37b5da730dce693d4df04d0a232a0c8
treeecbcfdc5312211ef3993d7b98ccd220b40d2f742
parent26e02eae4ba359938230bc449feba1d22a4733bd
CMake: fix CURL_WERROR for MSVC

When using CURL_WERROR in MSVC builds, the debug flags were overridden
by the release flags and /WX got added twice in debug mode.

Closes https://github.com/curl/curl/pull/1715
CMakeLists.txt