diff options
Diffstat (limited to 'add-suitesparse-include.patch')
| -rw-r--r-- | add-suitesparse-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/add-suitesparse-include.patch b/add-suitesparse-include.patch new file mode 100644 index 0000000..a448a78 --- /dev/null +++ b/add-suitesparse-include.patch @@ -0,0 +1,10 @@ +diff -up a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,3 +1,6 @@ ++# Add suitesparse include for g2o's csparse extension (cs.h) ++include_directories(/usr/include/suitesparse) ++ + # Top-Level CmakeLists.txt + cmake_minimum_required(VERSION 3.14) + PROJECT( RTABMap ) |
