Skip to content

Commit

Permalink
Merge pull request #874 from mavlink/fix-zlib-patch
Browse files Browse the repository at this point in the history
zlib: use nicer patch to install cmake config
  • Loading branch information
julianoes committed Nov 4, 2019
2 parents 5fdbbad + 04cab3d commit 4c558ee
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 91 deletions.
6 changes: 4 additions & 2 deletions third_party/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ ExternalProject_add(
zlib
GIT_REPOSITORY https://github.com/madler/zlib
GIT_TAG v1.2.11
PREFIX zlib
PATCH_COMMAND git apply ${PROJECT_SOURCE_DIR}/build_shared_libs.patch
# Patch taken from: https://github.com/madler/zlib/pull/337/files
# Thanks to @Mizux
PATCH_COMMAND git apply ${PROJECT_SOURCE_DIR}/pr-337-cmake-update.patch
CMAKE_ARGS "${CMAKE_ARGS}"
)

89 changes: 0 additions & 89 deletions third_party/zlib/build_shared_libs.patch

This file was deleted.

Loading

0 comments on commit 4c558ee

Please sign in to comment.