From 942ba80dae253fef93094d178da3ce0abc47da5d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 18 Dec 2015 12:37:19 +0100 Subject: CMake: Cleanup: Strip text from endif/else REVIEW: 126414 --- attic/modules/FindKdcraw.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attic/modules/FindKdcraw.cmake') diff --git a/attic/modules/FindKdcraw.cmake b/attic/modules/FindKdcraw.cmake index 518033d8..c19c70c2 100644 --- a/attic/modules/FindKdcraw.cmake +++ b/attic/modules/FindKdcraw.cmake @@ -57,7 +57,7 @@ else (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES AND KDCRAW_DEFINITIONS) set(KDCRAW_FOUND TRUE) mark_as_advanced(KDCRAW_INCLUDE_DIR KDCRAW_LIBRARIES KDCRAW_DEFINITIONS) - else(KDCRAW_LOCAL_FOUND) + else() message(STATUS "Check Kdcraw library using pkg-config...") if (NOT WIN32) @@ -119,6 +119,6 @@ else (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES AND KDCRAW_DEFINITIONS) mark_as_advanced(KDCRAW_INCLUDE_DIR KDCRAW_LIBRARIES KDCRAW_DEFINITIONS) - endif(KDCRAW_LOCAL_FOUND) + endif() endif (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES AND KDCRAW_DEFINITIONS) -- cgit v1.2.1