cmake: Remove endif that doesn't match opening if

Thanfully they fixed this crazyness a while ago
This commit is contained in:
Albert Astals Cid 2017-04-06 22:14:01 +02:00
parent ecbfe4151e
commit dd71abcf47

View file

@ -105,7 +105,7 @@ endif()
if(CHM_FOUND AND KF5KHtml_FOUND)
add_subdirectory( chm )
endif(CHM_FOUND)
endif()
if(DJVULIBRE_FOUND)
add_subdirectory(djvu)