You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rmw_microxrcedds_c/CMakeLists.txt
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ option(RMW_UXRCE_ALLOW_DYNAMIC_ALLOCATIONS "Enables increasing static pools with
54
54
set(RMW_UXRCE_NODE_NAME_MAX_LENGTH "128"CACHESTRING"This value sets the maximum number of characters for a node name.")
55
55
set(RMW_UXRCE_TOPIC_NAME_MAX_LENGTH "100"CACHESTRING"This value sets the maximum number of characters for a topic name.")
56
56
set(RMW_UXRCE_TYPE_NAME_MAX_LENGTH "128"CACHESTRING"This value sets the maximum number of characters for a type name.")
57
-
set(RMW_UXRCE_XML_BUFFER_LENGTH "600"CACHESTRING"This value sets the maximum number of characters for a XML buffer.")
58
57
set(RMW_UXRCE_REF_BUFFER_LENGTH "100"CACHESTRING"This value sets the maximum number of characters for a reference buffer.")
59
58
set(RMW_UXRCE_ENTITY_CREATION_DESTROY_TIMEOUT "1000"CACHESTRING"This value sets the maximum time to wait for an XRCE entity creation and destroy in milliseconds. If set to 0 best effort is used.")
60
59
set(RMW_UXRCE_PUBLISH_RELIABLE_TIMEOUT "1000"CACHESTRING"This value sets the maximum time to wait for a publication in a reliable mode in milliseconds.")
@@ -97,13 +96,8 @@ endif()
97
96
98
97
# Create entities type define macros.
99
98
set(RMW_UXRCE_USE_REFS OFF)
100
-
set(RMW_UXRCE_USE_XML OFF)
101
99
if(${RMW_UXRCE_CREATION_MODE}STREQUAL"refs")
102
100
set(RMW_UXRCE_USE_REFS ON)
103
-
elseif(${RMW_UXRCE_CREATION_MODE}STREQUAL"xml")
104
-
set(RMW_UXRCE_USE_XML ON)
105
-
else()
106
-
message(FATAL_ERROR"Creation mode not supported. Use \"refs\" or \"xml\"")
0 commit comments