We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbf59f commit 98e971dCopy full SHA for 98e971d
rmw/cmake/get_rmw_typesupport.cmake
@@ -37,7 +37,7 @@ function(get_rmw_typesupport var rmw_implementation)
37
set(resource_type "${resource_type}_${ARG_LANGUAGE}")
38
endif()
39
ament_index_has_resource(has_resource "${resource_type}" "${rmw_implementation}")
40
- if(${has_resource})
+ if(has_resource)
41
ament_index_get_resource(resource "${resource_type}" "${rmw_implementation}")
42
else()
43
set(resource "")
0 commit comments