Skip to content

Commit e70e72c

Browse files
isagefrangarcj
authored andcommitted
Update zlib patch
1 parent 5864bb3 commit e70e72c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

patches/zlib.patch

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
diff -r -u zlib-1.2.12/CMakeLists.txt zlib-1.2.12-patched/CMakeLists.txt
2-
--- zlib-1.2.12/CMakeLists.txt 2022-03-27 18:39:42.000000000 -0500
3-
+++ zlib-1.2.12-patched/CMakeLists.txt 2022-03-28 22:10:09.518039100 -0500
4-
@@ -225,25 +225,3 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index b412dc7..a62204a 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -189,25 +189,3 @@ endif()
56
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
67
install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}")
78
endif()

0 commit comments

Comments
 (0)