CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
New commits: commit 43786964946b4f4c005a0526e16fead3ffa6ba4a Author: Albert Astals Cid <aa...@kde.org> Date: Mon Jun 17 00:23:31 2013 +0200 harmonize spaces diff --git a/CMakeLists.txt b/CMakeLists.txt index f1606bb..3bd6f93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,11 +108,10 @@ find_package(Qt5Xml) find_package(Qt5Widgets) find_package(Qt5Test) if (NOT Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND) - message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test not found") - set(QT5_FOUND false) + message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test not found") + set(QT5_FOUND false) else(NOT Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND) - - set(QT5_FOUND true) + set(QT5_FOUND true) endif(NOT Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND) macro_optional_find_package(Cairo ${CAIRO_VERSION}) if(CAIRO_FOUND) _______________________________________________ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler