blob: a72b155664a3dc4339c494d74444346f90b8ae4c [file] [log] [blame]
################################################################################
#
# azmq
#
################################################################################
AZMQ_VERSION = 1.0.3
AZMQ_SITE = $(call github,zeromq,azmq,v$(AZMQ_VERSION))
AZMQ_DEPENDENCIES = boost zeromq
AZMQ_LICENSE = BSL-1.0
AZMQ_LICENSE_FILES = LICENSE-BOOST_1_0
# AZMQ is a header only library, so it does not need to be installed on the
# target.
AZMQ_INSTALL_STAGING = YES
AZMQ_INSTALL_TARGET = NO
AZMQ_CONF_OPTS = -DAZMQ_NO_TESTS=ON
$(eval $(cmake-package))