FindPoppler.cmake: Fix endif mismatched condition by removing it

remotes/origin/Applications/16.04
Albert Astals Cid 10 years ago
parent c8f52a2795
commit 425dc7d948
  1. 2
      cmake/modules/FindPoppler.cmake

@ -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)

Loading…
Cancel
Save