1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-04 16:45:06 -05:00
curl/CMake
Kyle Edwards 9d1821755e CMake: Convert errant elseif() to else()
CMake interprets an elseif() with no arguments as elseif(FALSE),
resulting in the elseif() block not being executed. That is not what
was intended here. Change the empty elseif() to an else() as it was
intended.

Closes #4101
Reported-by: Artalus <artalus-mail@yandex.ru>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
2019-07-09 22:00:47 +02:00
..
Platforms CMake: remove redundant and old end-of-block syntax 2018-07-09 23:32:57 +02:00
cmake_uninstall.cmake.in CMake: Update scripts to use consistent style 2018-07-17 11:54:07 +02:00
CMakeConfigurableFile.in whitespace fixes 2018-09-23 22:24:02 +00:00
curl-config.cmake.in cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.in 2018-10-29 17:10:31 +01:00
CurlSymbolHiding.cmake CMake: Convert errant elseif() to else() 2019-07-09 22:00:47 +02:00
CurlTests.c build: fix Codacy warnings 2019-06-05 20:38:06 +02:00
FindBrotli.cmake cmake: add support for brotli 2018-03-19 08:28:32 +01:00
FindCARES.cmake CMake: Update scripts to use consistent style 2018-07-17 11:54:07 +02:00
FindGSS.cmake CMake: fix MIT/Heimdal Kerberos detection 2018-11-29 02:05:21 -05:00
FindLibSSH2.cmake CMake: Update scripts to use consistent style 2018-07-17 11:54:07 +02:00
FindMbedTLS.cmake CMake: Add mbedTLS support 2017-03-05 14:42:53 +01:00
FindNGHTTP2.cmake CMake: Update scripts to use consistent style 2018-07-17 11:54:07 +02:00
Macros.cmake CMake: Update scripts to use consistent style 2018-07-17 11:54:07 +02:00
OtherTests.cmake cmake: avoid linking executable for some tests with cmake 3.6+ 2019-04-10 19:12:28 +02:00
Utilities.cmake CMake: Remove unused 'output_var' from 'collect_true' 2018-07-06 09:35:28 +02:00