Control: tags -1 patch
Hi Maintainer
The attached patch fixes the FTBFS with GCC 6.
I'll open a separate bug for the eigen3 issue and mark it as being
blocked by #835411.
Regards
Graham
Description: Fix FTBFS with GCC 6
See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
Bug-Debian: https://bugs.debian.org/831096
Author: Graham Inggs <gin...@debian.org>
Last-Update: 2016-08-23
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,7 +93,7 @@
endif(USE_SYSTEM_YAMLCPP)
include_directories(${SURGSIM_SOURCE_DIR})
-include_directories(SYSTEM
+include_directories(
${Boost_INCLUDE_DIR}
${EIGEN3_INCLUDE_DIR}
${YAML_CPP_INCLUDE_DIR}