diff --git a/libraries/scripts_library.sh b/libraries/scripts_library.sh index 5f5a652f4d9c144cd5a5bfc4a400a8c6ad6659b1..24cd2c3f67726a6b90ef82b3e842a32467b1916f 100644 --- a/libraries/scripts_library.sh +++ b/libraries/scripts_library.sh @@ -477,12 +477,12 @@ function check_cmakelists_file_integrity then if [[ $old_line != *iri_base_driver* ]] then - kill_exit "Missing iri_base_driver in the catkin REQUIRED COMPONENTS list in file CMakeLists.txt" + kill_exit "Missing iri_base_driver in the catkin REQUIRED COMPONENTS list in file CMakeLists.txt. (multiline not supported)" fi else if [[ $old_line != *iri_base_algorithm* ]] then - kill_exit "Missing iri_base_driver in the catkin REQUIRED COMPONENTS list in file CMakeLists.txt" + kill_exit "Missing iri_base_algorithm in the catkin REQUIRED COMPONENTS list in file CMakeLists.txt. (multiline not supported)" fi fi comment="add_dependencies(\${PROJECT_NAME} <msg_package_name>_generate_messages_cpp)"