Skip to content

Commit

Permalink
thirdparty/libzmq: 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Jul 30, 2024
1 parent 55ac25c commit a5ea144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 68 deletions.
11 changes: 3 additions & 8 deletions thirdparty/libzmq/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
list(APPEND PATCH_FILES
android.patch
cmake_tweaks.patch
)

list(APPEND CMAKE_ARGS
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
# Project options.
Expand Down Expand Up @@ -33,11 +28,11 @@ list(APPEND BUILD_CMD COMMAND ninja)

list(APPEND INSTALL_CMD COMMAND ${CMAKE_COMMAND} --install .)

append_shared_lib_install_commands(INSTALL_CMD zmq VERSION 4)
append_shared_lib_install_commands(INSTALL_CMD zmq VERSION 5)

external_project(
DOWNLOAD GIT 883e95b22e0bffffa72312ea1fec76199afbe458
https://github.com/zeromq/libzmq
DOWNLOAD URL ae933b1e98411fd7cb8309f9502d2737
https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz
PATCH_FILES ${PATCH_FILES}
CMAKE_ARGS ${CMAKE_ARGS}
BUILD_COMMAND ${BUILD_CMD}
Expand Down
11 changes: 0 additions & 11 deletions thirdparty/libzmq/android.patch

This file was deleted.

49 changes: 0 additions & 49 deletions thirdparty/libzmq/cmake_tweaks.patch

This file was deleted.

0 comments on commit a5ea144

Please sign in to comment.