Skip to content

Commit dca8e1e

Browse files
committed
Remove messages
1 parent 7db3327 commit dca8e1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rosidl_typesupport_c/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ if(rosidl_typesupport_c_LIBRARY_TYPE STREQUAL "STATIC"
1212
AND NOT BUILD_TESTING
1313
)
1414
set(ROSIDL_TYPESUPPORT_STATIC_TYPESUPPORT ON)
15-
message("Using static typesupport")
1615
else()
1716
set(ROSIDL_TYPESUPPORT_STATIC_TYPESUPPORT OFF)
18-
message("Using dynamic typesupport")
1917
endif()
2018

2119
# Default to C11

0 commit comments

Comments
 (0)