Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Mar 18, 2022
1 parent 8c4e794 commit 891e160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ macro(rclcpp_components_register_node target)
# default to executor if not specified otherwise
set(executor "SingleThreadedExecutor")
if(NOT "${ARGS_EXECUTOR}" STREQUAL "")
set(executor ${ARGS_EXECUTOR})
set(executor ${ARGS_EXECUTOR})
message(STATUS "Setting executor non-default value ${executor}")
endif()

Expand Down

0 comments on commit 891e160

Please sign in to comment.