aboutsummaryrefslogtreecommitdiff
path: root/ports/ceres/0001_add_missing_include_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ceres/0001_add_missing_include_path.patch')
-rw-r--r--ports/ceres/0001_add_missing_include_path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/ceres/0001_add_missing_include_path.patch b/ports/ceres/0001_add_missing_include_path.patch
deleted file mode 100644
index 8bb8dfb50..000000000
--- a/ports/ceres/0001_add_missing_include_path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 02c72b5..15a947e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -582,7 +582,7 @@ include_directories(
- # Note that this is *not* propagated to clients, ie CERES_INCLUDE_DIRS
- # used by clients after find_package(Ceres) does not identify Eigen as
- # as system headers.
--include_directories(SYSTEM ${EIGEN_INCLUDE_DIRS})
-+include_directories(SYSTEM ${EIGEN_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}/Eigen)
-
- if (SUITESPARSE)
- include_directories(${SUITESPARSE_INCLUDE_DIRS})