Skip to content

Commit

Permalink
libzmq: minor build speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Mar 24, 2024
1 parent 2d4ac29 commit 6c3e4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/libzmq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT EMULATE_READER)
list(APPEND CMAKE_ARGS "-DZMQ_HAVE_TCP_KEEPINTVL_EXITCODE__TRYRUN_OUTPUT=")
endif()

list(APPEND BUILD_CMD COMMAND ${KO_MAKE_PROGRAM})
list(APPEND BUILD_CMD COMMAND ${KO_MAKE_PROGRAM} libzmq)

set(LIB_SPEC zmq VERSION 4)
set_libname(LIB ${LIB_SPEC})
Expand Down

0 comments on commit 6c3e4f3

Please sign in to comment.