r23050 by jghali - #15723: Small typo in the main CMakeLists.txt
scribus-commit
scribus-commit at lists.scribus.net
Tue Jun 25 16:25:52 UTC 2019
Author: jghali
Date: Tue Jun 25 16:25:52 2019
New Revision: 23050
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23050
Log:
#15723: Small typo in the main CMakeLists.txt
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23050&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Tue Jun 25 16:25:52 2019
@@ -979,20 +979,20 @@
endif()
#>>Boost for 2Geom Tools
-#<<GraphicksMagick for image import
+#<< GraphicsMagick for image import
if (WANT_GRAPHICSMAGICK)
set(GMAGICK_DIR ${CMAKE_MODULE_PATH})
pkg_check_modules(GMAGICK GraphicsMagick)
# find_package(GMAGICK)
if(GMAGICK_FOUND)
- message("GraphicksMagick Found OK")
+ message(" GraphicsMagick Found OK")
else()
- message("GraphicksMagick NOT found! Building without additional image format support!")
- endif()
-else()
- message("Building without GraphicksMagick (use -DWANT_GRAPHICSMAGICK=1 to enable)")
-endif()
-#>>GraphicksMagick for image import
+ message(" GraphicsMagick NOT found! Building without additional image format support!")
+ endif()
+else()
+ message("Building without GraphicsMagick (use -DWANT_GRAPHICSMAGICK=1 to enable)")
+endif()
+#>> GraphicsMagick for image import
#<<Poppler for PDF import
find_package(POPPLER REQUIRED)
More information about the scribus-commit
mailing list