Skip to content

Commit

Permalink
Remove commented-out cmake messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 31, 2023
1 parent c1c9652 commit 16e4631
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/xacro-extras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ function(xacro_add_xacro_file input)
message(FATAL_ERROR "no <output> specified for: " ${input})
endif()
endif()
# message(STATUS "output: ${output}")

## determine absolute output target location
if(IS_ABSOLUTE ${output})
set(abs_output ${output})
else()
set(abs_output ${CMAKE_CURRENT_BINARY_DIR}/${output})
endif()
# message(STATUS "abs_output: ${abs_output}")

## export abs_output to parent scope in variable ${_XACRO_OUTPUT}
if(NOT _XACRO_OUTPUT)
Expand Down Expand Up @@ -132,7 +130,6 @@ function(xacro_add_files)

# have INSTALL option, but no TARGET: fallback to default target
if(_XACRO_INSTALL AND NOT _XACRO_TARGET)
# message(STATUS "xacro: no TARGET specified, using default")
set(_XACRO_TARGET _xacro_auto_generate)
endif()

Expand Down

0 comments on commit 16e4631

Please sign in to comment.