Skip to content

Commit

Permalink
remove unused selected_rmw_implementation variable
Browse files Browse the repository at this point in the history
re-add logging call of rmw default
  • Loading branch information
rotu committed Sep 26, 2019
1 parent 21dac3c commit 5c15d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_implementation/rmw_implementation-extras.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ else()
"time.\n\nCurrently available middlewares:\n"
"'${available_rmw_implementations}'")
endif()
message(STATUS "Using RMW implementation '${requested_rmw_implementation}' as default")

set(selected_rmw_implementation "@PROJECT_NAME@")
# no need to find_package @PROJECT_NAME@
# since this code is already part of a find_package call of that package
endif()
Expand Down

0 comments on commit 5c15d43

Please sign in to comment.