We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f8fa8 commit 662ebc1Copy full SHA for 662ebc1
cmake/dynamic_reconfigure-macros.cmake
@@ -113,7 +113,7 @@ macro(dynreconf_called)
113
114
# make sure we can find generated messages and that they overlay all other includes
115
# Use system to skip warnings from these includes
116
- include_directories(SYSTEM BEFORE ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
+ include_directories(BEFORE ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
117
# pass the include directory to catkin_package()
118
list(APPEND ${PROJECT_NAME}_INCLUDE_DIRS ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
119
# ensure that the folder exists
0 commit comments