[sword-svn] r3811 - in trunk: . cmake

greg.hellings at crosswire.org greg.hellings at crosswire.org
Sun Oct 11 17:35:19 EDT 2020


Author: greg.hellings
Date: 2020-10-11 17:35:19 -0400 (Sun, 11 Oct 2020)
New Revision: 3811

Modified:
   trunk/CMakeLists.txt
   trunk/cmake/options.cmake
Log:
Updates to build better on Windows


Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2020-10-10 07:39:02 UTC (rev 3810)
+++ trunk/CMakeLists.txt	2020-10-11 21:35:19 UTC (rev 3811)
@@ -49,7 +49,7 @@
 # Find our packages
 FIND_PACKAGE(BZIP2 QUIET)
 FIND_PACKAGE(XZ QUIET)
-FIND_PACKAGE(ICU
+FIND_PACKAGE(ICU QUIET
                 COMPONENTS data i18n io uc)
 FIND_PACKAGE(CURL QUIET)
 FIND_PACKAGE(CLucene QUIET)

Modified: trunk/cmake/options.cmake
===================================================================
--- trunk/cmake/options.cmake	2020-10-10 07:39:02 UTC (rev 3810)
+++ trunk/cmake/options.cmake	2020-10-11 21:35:19 UTC (rev 3811)
@@ -26,7 +26,7 @@
 IF(APPLE)
 	SET(SWORD_INSTALL_DIR "/opt/local")
 ELSEIF(MSVC)
-	SET(SWORD_INSTALL_DIR "C:\\Program Files (x86)\\libsword\\")
+	SET(SWORD_INSTALL_DIR "C:/Program Files (x86)/libsword")
 ELSE(APPLE)
 	SET(SWORD_INSTALL_DIR "/usr/local")
 ENDIF(APPLE)



More information about the sword-cvs mailing list