From cbb6bceb632e093d047811ee98c954baa8fbe7b2 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Wed, 7 Jun 2017 07:40:48 +0200 Subject: [PATCH] Fix endif format and indentation --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f0723b93..0b4f1284a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)