r22543 by craig - Add some temp debug for travis hunspell issue

scribus-commit scribus-commit at lists.scribus.net
Tue May 15 14:27:27 UTC 2018


Author: craig
Date: Tue May 15 14:27:27 2018
New Revision: 22543

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22543
Log:
Add some temp debug for travis hunspell issue

Modified:
    trunk/Scribus/cmake/modules/FindHUNSPELL.cmake

Modified: trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22543&path=/trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/FindHUNSPELL.cmake	(original)
+++ trunk/Scribus/cmake/modules/FindHUNSPELL.cmake	Tue May 15 14:27:27 2018
@@ -29,6 +29,8 @@
 if(CMAKE_MATCH_1 GREATER 4)
 	set(HUNSPELL_NEWAPI 1)
 	message(STATUS "New HUNSPELL API found. Hunspell version ${HUNSPELL_VERSION}")
+	message(STATUS "HUNSPELL INCLUDE ${HUNSPELL_INCLUDE_DIR}")
+	message(STATUS "HUNSPELL LIBRARIES ${HUNSPELL_LIBRARIES}")
 endif()
 
 #find_path(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )




More information about the scribus-commit mailing list