From 38c4efef4f698d510e90e07a4542695d36634dcb Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 24 Feb 2013 00:40:39 +0100 Subject: [PATCH] Fix cmake condition --- cmake/modules/FindPoppler.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindPoppler.cmake b/cmake/modules/FindPoppler.cmake index c58f8c065..091c452dc 100644 --- a/cmake/modules/FindPoppler.cmake +++ b/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)