Fix endif format and indentation
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user