Skip to content

Commit

Permalink
patch cap'n proto build to disable zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsMommen committed Apr 19, 2023
1 parent dce4f35 commit 99835fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capnpCMakeLists.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--- capnproto-c++-0.10.4/CMakeLists.txt 2023-04-13 16:14:33
+++ capnproto-c++-0.10.4.patch/CMakeLists.txt 2023-04-19 08:59:44
@@ -46,6 +46,10 @@
# define list of values GUI will offer for the variable
set_property(CACHE WITH_OPENSSL PROPERTY STRINGS AUTO ON OFF)
Expand Down
2 changes: 2 additions & 0 deletions capnp_src_kjCMakeLists.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--- capnproto-c++-0.10.4/src/kj/CMakeLists.txt 2023-01-02 22:30:51
+++ capnproto-c++-0.10.4.patch/src/kj/CMakeLists.txt 2023-04-19 09:05:24
@@ -86,7 +86,7 @@
target_compile_definitions(kj PUBLIC ${CAPNP_LITE_FLAG})
#make sure external consumers don't need to manually set the include dirs
Expand Down

0 comments on commit 99835fb

Please sign in to comment.