Commit ada1cd01 by David Brooks

Use tabs for indentation (#5079).

parent b575c242
...@@ -327,11 +327,11 @@ IF(NOT USE_BUNDLED_ZLIB) ...@@ -327,11 +327,11 @@ IF(NOT USE_BUNDLED_ZLIB)
IF(ZLIB_FOUND) IF(ZLIB_FOUND)
LIST(APPEND LIBGIT2_SYSTEM_INCLUDES ${ZLIB_INCLUDE_DIRS}) LIST(APPEND LIBGIT2_SYSTEM_INCLUDES ${ZLIB_INCLUDE_DIRS})
LIST(APPEND LIBGIT2_LIBS ${ZLIB_LIBRARIES}) LIST(APPEND LIBGIT2_LIBS ${ZLIB_LIBRARIES})
IF(APPLE OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD") IF(APPLE OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
LIST(APPEND LIBGIT2_PC_LIBS "-lz") LIST(APPEND LIBGIT2_PC_LIBS "-lz")
ELSE() ELSE()
LIST(APPEND LIBGIT2_PC_REQUIRES "zlib") LIST(APPEND LIBGIT2_PC_REQUIRES "zlib")
ENDIF() ENDIF()
ADD_FEATURE_INFO(zlib ON "using system zlib") ADD_FEATURE_INFO(zlib ON "using system zlib")
ELSE() ELSE()
MESSAGE(STATUS "zlib was not found; using bundled 3rd-party sources." ) MESSAGE(STATUS "zlib was not found; using bundled 3rd-party sources." )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment