forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
1
2
3
4
5
6
7
8
9
10
11
12
#default to KINETIC
ROSCPP_SERIALIZATION_VERSION = 0.6.11
 
ifeq ($(BR2_PACKAGE_ROS_INDIGO),y)
ROSCPP_SERIALIZATION_VERSION = 0.5.8
endif
 
ROSCPP_SERIALIZATION_SITE = $(call github,ros,roscpp_core,$(ROSCPP_SERIALIZATION_VERSION))
ROSCPP_SERIALIZATION_SUBDIR = roscpp_serialization
ROSCPP_SERIALIZATION_DEPENDENCIES += cpp_common rostime roscpp_traits
 
$(eval $(catkin-package))