linuxOS_AP05/buildroot/package/rockchip/ros/ros-comm/xmlrpcpp/xmlrpcpp.mk
2025-06-02 13:59:07 +08:00

14 lines
289 B
Makefile

#default to KINETIC
XMLRPCPP_VERSION = 1.12.14
ifeq ($(BR2_PACKAGE_ROS_INDIGO),y)
XMLRPCPP_VERSION = 1.11.21
endif
XMLRPCPP_SITE = $(call github,ros,ros_comm,$(XMLRPCPP_VERSION))
XMLRPCPP_SUBDIR = utilities/xmlrpcpp
XMLRPCPP_DEPENDENCIES = cpp_common rostime
$(eval $(catkin-package))