removed debug message, #2671
This commit is contained in:
parent
2026eea0bc
commit
493d840283
|
@ -31,7 +31,6 @@ find_file(TOOLCHAINCONFIG
|
|||
PATHS ENV ROS_ROOT
|
||||
NO_DEFAULT_PATH)
|
||||
if(TOOLCHAINCONFIG)
|
||||
message("including user's toolchain file: ${TOOLCHAINCONFIG}")
|
||||
include(${TOOLCHAINCONFIG})
|
||||
endif(TOOLCHAINCONFIG)
|
||||
#############################################################
|
||||
|
|
Loading…
Reference in New Issue