Skip to content

Commit 662ebc1

Browse files
authored
do not use system for generated messages or configs (ros#182)
1 parent e9f8fa8 commit 662ebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dynamic_reconfigure-macros.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ macro(dynreconf_called)
113113

114114
# make sure we can find generated messages and that they overlay all other includes
115115
# Use system to skip warnings from these includes
116-
include_directories(SYSTEM BEFORE ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
116+
include_directories(BEFORE ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
117117
# pass the include directory to catkin_package()
118118
list(APPEND ${PROJECT_NAME}_INCLUDE_DIRS ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_INCLUDE_DESTINATION})
119119
# ensure that the folder exists

0 commit comments

Comments
 (0)