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(TIFF REQUIRED)
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
if (WITH_SYSTEM_KLT) if (WITH_SYSTEM_KLT)
find_package (KLT REQUIRED) find_package (KLT REQUIRED)
endif(WITH_SYSTEM_KLT) endif()
# Link with bzip: # Link with bzip:
if(WITH_BZIP) if(WITH_BZIP)