Skip to content

Fix elseif() in place of else()

Artalus requested to merge Artalus/cmake:elseif into master

We've encountered a bug in our CMakeLists.txt caused by elseif() mistakenly used instead of else() - apparently CMake treats it as elseif(FALSE) and never executes that branch of code. Grepping the CMake sources revealed several places where seemingly the same mistake was made.

Merge request reports

Loading