Skip to content

Commit 3c312cc

Browse files
committed
[CMake] fix CUSTOM_HEADER_DIR
1 parent 43f299d commit 3c312cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ include(cmake/ros.cmake)
2121
include(cmake/python.cmake)
2222
include(cmake/test.cmake)
2323

24+
set(CUSTOM_HEADER_DIR dynamic_graph_bridge)
25+
2426
CMAKE_POLICY(SET CMP0048 OLD)
2527
project(${PROJECT_NAME} CXX)
2628

@@ -47,7 +49,6 @@ find_package(catkin REQUIRED COMPONENTS ${CATKIN_REQUIRED_COMPONENTS})
4749
find_package(realtime_tools)
4850

4951
set(CXX_DISABLE_WERROR False)
50-
set(CUSTOM_HEADER_DIR dynamic_graph_bridge)
5152
set(${PROJECT_NAME}_HEADERS
5253
include/dynamic_graph_bridge/ros_init.hh
5354
include/dynamic_graph_bridge/sot_loader.hh

0 commit comments

Comments
 (0)