Skip to content

Commit

Permalink
[CMake] fix CUSTOM_HEADER_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 29, 2019
1 parent 43f299d commit 3c312cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -21,6 +21,8 @@ include(cmake/ros.cmake)
include(cmake/python.cmake)
include(cmake/test.cmake)

set(CUSTOM_HEADER_DIR dynamic_graph_bridge)

CMAKE_POLICY(SET CMP0048 OLD)
project(${PROJECT_NAME} CXX)

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

set(CXX_DISABLE_WERROR False)
set(CUSTOM_HEADER_DIR dynamic_graph_bridge)
set(${PROJECT_NAME}_HEADERS
include/dynamic_graph_bridge/ros_init.hh
include/dynamic_graph_bridge/sot_loader.hh
Expand Down

0 comments on commit 3c312cc

Please sign in to comment.