catkin make error
I input catkin_make,then output:
CMake Error: Error in cmake code at
/home/jeff/dev/myros1/src/example1/CMakeLists.txt:29:
Parse error. Expected a command name, got unquoted argument with text "<build_depend>roscpp</build_depend>".
-- Configuring incomplete, errors occurred!
See also "/home/jeff/dev/myros1/build/CMakeFiles/CMakeOutput.log".
See also "/home/jeff/dev/myros1/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
but the txt in my CMakeLists.txt:29
file is:
<build_depend>roscpp</build_depend>
<run_depend>roscpp</run_depend>
I don't why.please help me! I will appreciate it!