summaryrefslogtreecommitdiff
path: root/add-suitesparse-include.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-28 03:00:29 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-28 03:00:29 +0000
commit88c17abd00b9912af84f76aaed6a2cf89222512b (patch)
tree4fb07f334f304b8671f1a8b1afea0e4d0267712e /add-suitesparse-include.patch
parenteee34f46390a5a2b9a2f55f92d02ca8fc3b919fc (diff)
automatic import of ros-humble-rtabmap
Diffstat (limited to 'add-suitesparse-include.patch')
-rw-r--r--add-suitesparse-include.patch10
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 )