53993f2529
Changes: Disable quiet nan test on windows by @floitsch in #174 Test on all platforms. by @floitsch in #175 Fix warnings on Windows by @floitsch in #176 Run ctests first. by @floitsch in #177 Give shared-lib option and test install by @floitsch in #179 Install Windows debbuger (pdb) files. by @floitsch in #178 Add a cast to silence a signedness conversion warning. by @pkasting in #182 Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings by @seanm in #185 See https://github.com/google/double-conversion/releases/tag/v3.2.1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# double-conversion
|
|
#
|
|
################################################################################
|
|
|
|
DOUBLE_CONVERSION_VERSION = 3.2.1
|
|
DOUBLE_CONVERSION_SITE = $(call github,google,double-conversion,v$(DOUBLE_CONVERSION_VERSION))
|
|
DOUBLE_CONVERSION_LICENSE = BSD-3-Clause
|
|
DOUBLE_CONVERSION_LICENSE_FILES = COPYING
|
|
DOUBLE_CONVERSION_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|
|
$(eval $(host-cmake-package))
|