Fix endif format and indentation

This commit is contained in:
Mattia Verga
2017-06-07 07:40:48 +02:00
parent 75812c900e
commit cbb6bceb63

View File

@@ -295,8 +295,8 @@ find_package(PNG REQUIRED)
find_package(TIFF REQUIRED)
find_package(ZLIB REQUIRED)
if (WITH_SYSTEM_KLT)
find_package (KLT REQUIRED)
endif(WITH_SYSTEM_KLT)
find_package (KLT REQUIRED)
endif()
# Link with bzip:
if(WITH_BZIP)