]> granicus.if.org Git - curl/commit
cmake: avoid warn-as-error during config checks (#2411)
authorSergei Nikulov <snikulov@users.noreply.github.com>
Thu, 22 Mar 2018 13:34:49 +0000 (16:34 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Mar 2018 13:34:49 +0000 (16:34 +0300)
commit66e93802e6885f4f9e64ca7a3a2d7ff96338ef8c
treefd5531d166c4b182d4c00c2b72eb1cebb826306b
parent6231a89aa3961e357d7eb717548463985de2d08d
cmake: avoid warn-as-error during config checks (#2411)

- Move the CURL_WERROR option processing after the configuration checks
  to avoid failures in case of warnings during the configuration checks.

This is a partial fix for #2358
CMakeLists.txt