FindPoppler.cmake: Fix endif mismatched condition by removing it

This commit is contained in:
Albert Astals Cid 2016-03-03 00:21:12 +01:00
parent c8f52a2795
commit 425dc7d948

View File

@ -162,7 +162,7 @@ int main()
set(popplerVersionMessage "0.12.1")
else (HAVE_POPPLER_0_28)
set(popplerVersionMessage "0.5.4")
endif (HAVE_POPPLER_0_28)
endif ()
if (NOT Poppler_FIND_QUIETLY)
message(STATUS "Found Poppler-Qt4: ${POPPLER_LIBRARY}, (>= ${popplerVersionMessage})")
endif (NOT Poppler_FIND_QUIETLY)