Blob Blame History Raw
diff -up bibletime-2.9.1/CMakeLists.txt.reduce_linking bibletime-2.9.1/CMakeLists.txt
--- bibletime-2.9.1/CMakeLists.txt.reduce_linking	2011-12-22 14:18:06.000000000 -0600
+++ bibletime-2.9.1/CMakeLists.txt	2013-04-18 07:29:43.967970855 -0500
@@ -79,9 +79,9 @@ ENDIF (QT_QTDBUS_FOUND AND NOT APPLE)
 FIND_PACKAGE(CLucene REQUIRED)
 
 # optional: Try to detect CURL, ICU and ZLib and add it to the linker flags if found, maybe Sword needs it
-FIND_PACKAGE(CURL)
-FIND_PACKAGE(ICU)
-FIND_PACKAGE(ZLIB)
+#FIND_PACKAGE(CURL)
+#FIND_PACKAGE(ICU)
+#FIND_PACKAGE(ZLIB)
 
 FIND_PACKAGE(Sword REQUIRED)