Fix cmake condition

remotes/origin/epub-qtextdoc
Albert Astals Cid 13 years ago
parent 69f683b9a4
commit 38c4efef4f
  1. 4
      cmake/modules/FindPoppler.cmake

@ -137,9 +137,9 @@ int main()
set(popplerVersionMessage "0.16")
elseif (HAVE_POPPLER_0_12_1)
set(popplerVersionMessage "0.12.1")
else (HAVE_POPPLER_0_22)
else (HAVE_POPPLER_0_24)
set(popplerVersionMessage "0.5.4")
endif (HAVE_POPPLER_0_22)
endif (HAVE_POPPLER_0_24)
if (NOT Poppler_FIND_QUIETLY)
message(STATUS "Found Poppler-Qt4: ${POPPLER_LIBRARY}, (>= ${popplerVersionMessage})")
endif (NOT Poppler_FIND_QUIETLY)

Loading…
Cancel
Save