Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zfc-zfc authored Jan 16, 2024
1 parent 59acfd6 commit 6d20db3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ find_package(Ceres REQUIRED)

message(Eigen: ${EIGEN3_INCLUDE_DIR})

add_message_files(
FILES
Pose6D.msg
States.msg
)

include_directories(
../../devel/include
${catkin_INCLUDE_DIRS}
Expand All @@ -70,12 +76,6 @@ include_directories(
${PYTHON_INCLUDE_DIRS}
include)

add_message_files(
FILES
Pose6D.msg
States.msg
)

generate_messages(
DEPENDENCIES
geometry_msgs
Expand Down

0 comments on commit 6d20db3

Please sign in to comment.