Skip to content

Commit

Permalink
FindPoppler.cmake: Fix endif mismatched condition by removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed Mar 2, 2016
1 parent c8f52a2 commit 425dc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindPoppler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 425dc7d

Please sign in to comment.