This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 2.8.3)
22project (dynamic_graph_bridge_msgs)
33
4+ ## LAAS cmake submodule part
5+ set (PROJECT_DESCRIPTION "Dynamic graph bridge msgs " )
6+ set (PROJECT_NAME dynamic_graph_bridge_msgs)
7+ set (PROJECT_URL "" )
8+
9+ set (CXX_DISABLE_WERROR False )
10+ set (CUSTOM_HEADER_DIR dynamic_graph_bridge_msgs)
11+ include (cmake/base.cmake)
12+ include (cmake/ros.cmake)
13+ include (cmake/GNUInstallDirs.cmake)
14+
15+ SETUP_PROJECT()
16+
417#List to make rest of code more readable
518set ( MESSAGE_DEPENDENCIES std_msgs )
619
@@ -25,18 +38,5 @@ generate_messages(DEPENDENCIES ${MESSAGE_DEPENDENCIES})
2538# Generate catkin/pkg-config import information
2639catkin_package( CATKIN_DEPENDS message_runtime ${MESSAGE_DEPENDENCIES} )
2740
28- ## LAAS cmake submodule part
29- set (PROJECT_DESCRIPTION "Dynamic graph bridge msgs " )
30- set (PROJECT_NAME dynamic_graph_bridge_msgs)
31- set (PROJECT_URL "" )
32-
33- set (CXX_DISABLE_WERROR False )
34- set (CUSTOM_HEADER_DIR dynamic_graph_bridge_msgs)
35- include (cmake/base.cmake)
36- include (cmake/ros.cmake)
37- include (cmake/GNUInstallDirs.cmake)
38- include (cmake/python.cmake)
39-
40- SETUP_PROJECT()
4141
4242SETUP_PROJECT_FINALIZE()
You can’t perform that action at this time.
0 commit comments