Fix typo and this module is duplicate with extragear/libs/libkexiv2

svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=671852
This commit is contained in:
Laurent Montel 2007-06-05 16:30:17 +00:00
parent b1a05f3d36
commit 23e780c7aa

View file

@ -52,17 +52,17 @@ ENDIF (NOT WIN32)
if (EXIV2_FOUND)
set(CACHED_EXIV2 "YES")
if (NOT EXIV2_FIND_QUIETLY)
if (NOT Exiv2_FIND_QUIETLY)
message(STATUS "Found EXIV2: ${EXIV2_LIBRARIES}")
endif (NOT EXIV2_FIND_QUIETLY)
endif (NOT Exiv2_FIND_QUIETLY)
else (EXIV2_FOUND)
set(CACHED_EXIV2 "NO")
if (NOT EXIV2_FIND_QUIETLY)
if (NOT Exiv2_FIND_QUIETLY)
message(STATUS "didn't find EXIV2")
endif (NOT EXIV2_FIND_QUIETLY)
if (EXIV2_FIND_REQUIRED)
endif (NOT Exiv2_FIND_QUIETLY)
if (Exiv2_FIND_REQUIRED)
message(FATAL_ERROR "Could NOT find EXIV2")
endif (EXIV2_FIND_REQUIRED)
endif (Exiv2_FIND_REQUIRED)
endif (EXIV2_FOUND)
MARK_AS_ADVANCED(EXIV2_INCLUDE_DIR EXIV2_LIBRARIES)