Skip to content
  • Heiko Becker's avatar
    [cmake]: De-duplicate "else" to fix build with cmake-3.9 · 57eaf65a
    Heiko Becker authored
    Otherwise it errors out with:
    "CMake Error at kdeui/CMakeLists.txt:316 (else): A duplicate ELSE
    command was found inside an IF block."
    Also adjust the indentation to match the surrounding lines and remove
    the arguments from else() and endif().
    57eaf65a