]> granicus.if.org Git - curl/commit
CMake: Convert errant elseif() to else()
authorKyle Edwards <kyle.edwards@kitware.com>
Tue, 9 Jul 2019 14:03:06 +0000 (10:03 -0400)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 9 Jul 2019 20:00:47 +0000 (22:00 +0200)
commit9d1821755ea652becf1e1086f1bbc1398e58245c
tree5044ce07b44fd005a790bef04e6c46b005c3f885
parent8dc21dbb8472e8bb68ec3dc35e7fed9cefb679f4
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>
CMake/CurlSymbolHiding.cmake