[sword-svn] r3054 - trunk/cmake

chrislit at crosswire.org chrislit at crosswire.org
Mon Mar 3 09:04:51 MST 2014


Author: chrislit
Date: 2014-03-03 09:04:51 -0700 (Mon, 03 Mar 2014)
New Revision: 3054

Modified:
   trunk/cmake/FindBZIP2.cmake
Log:
cleared an unnecessary variable & an un-quiet test for that variable


Modified: trunk/cmake/FindBZIP2.cmake
===================================================================
--- trunk/cmake/FindBZIP2.cmake	2014-03-03 15:49:10 UTC (rev 3053)
+++ trunk/cmake/FindBZIP2.cmake	2014-03-03 16:04:51 UTC (rev 3054)
@@ -5,7 +5,6 @@
 #  BZIP2_INCLUDE_DIR - the BZIP2 include directory
 #  BZIP2_LIBRARY - Link these to use BZIP2
 #  BZIP2_DEFINITIONS - Compiler switches required for using BZIP2
-#  BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_
 
 # Copyright (c) 2006, Alexander Neundorf, <neundorf at kde.org>
 #
@@ -26,9 +25,4 @@
 INCLUDE(FindPackageHandleStandardArgs)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZIP2 DEFAULT_MSG BZIP2_LIBRARY BZIP2_INCLUDE_DIR)
 
-IF (BZIP2_FOUND)
-   INCLUDE(CheckLibraryExists)
-   CHECK_LIBRARY_EXISTS(${BZIP2_LIBRARY} BZ2_bzBuffToBuffCompress "" BZIP2_NEED_PREFIX)
-ENDIF (BZIP2_FOUND)
-
 MARK_AS_ADVANCED(BZIP2_INCLUDE_DIR BZIP2_LIBRARY)




More information about the sword-cvs mailing list