blob: 9ccb407a658ec8ad05c5019a102cc77ed5807041 [file] [log] [blame]
################################################################################
#
# azmq
#
################################################################################
AZMQ_VERSION = v1.0.2
AZMQ_SITE = $(call github,zeromq,azmq,$(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
$(eval $(cmake-package))