include_directories(SYSTEM foo) equivalent through catkin_package INCLUDE_DIRS?
Is there a way to get includes specified within catkin_package INCLUDE_DIRS
to be included as if they were used with include_directories(SYSTEM...
? The main thing I want to do is suppress warnings from third party header files, but it would require a lot of effort to have every dependent project have to find and include those separate from the dependency on the original package.
It's disappointing that this unanswered question is the top google link for "catkin_package INCLUDE_DIRS SYSTEM"