From 5c15d4302b7535e4788f63cb2e5ec46820c6e220 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Thu, 26 Sep 2019 15:13:24 -0500 Subject: [PATCH] remove unused selected_rmw_implementation variable re-add logging call of rmw default --- rmw_implementation/rmw_implementation-extras.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_implementation/rmw_implementation-extras.cmake.in b/rmw_implementation/rmw_implementation-extras.cmake.in index caae5a8c..826af75d 100644 --- a/rmw_implementation/rmw_implementation-extras.cmake.in +++ b/rmw_implementation/rmw_implementation-extras.cmake.in @@ -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()