From 425dc7d948574237fd0dad216be553ca5ee90e53 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 3 Mar 2016 00:21:12 +0100 Subject: [PATCH] FindPoppler.cmake: Fix endif mismatched condition by removing it --- cmake/modules/FindPoppler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindPoppler.cmake b/cmake/modules/FindPoppler.cmake index 10e1ec71c..11af41eef 100644 --- a/cmake/modules/FindPoppler.cmake +++ b/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)