From 3c312ccacb5ae274fe6ba2e3134eb724fe0b7bfa Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 29 Oct 2019 20:57:53 +0100 Subject: [PATCH] [CMake] fix CUSTOM_HEADER_DIR --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e7d981..8ab4d8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -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