From 67d180673142affe6cc0c20b82df0c573fd00f1d Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Tue, 13 Dec 2022 16:39:10 +0100 Subject: [PATCH] Commented add_message_files() --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e832a..6a16c64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,10 @@ find_package(catkin REQUIRED COMPONENTS ## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) ## Generate messages in the 'msg' folder -add_message_files( - FILES +#add_message_files( +# FILES # Message.msg -) +#) ## Generate services in the 'srv' folder add_service_files( -- GitLab