diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-27 02:50:02 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-27 02:50:02 +0000 |
| commit | aa74fd4b41dad6719b8eba465b980f14c5de5822 (patch) | |
| tree | 2f82566a0b0fac2358148f05da686b9c0b723e50 /add-suitesparse-include.patch | |
| parent | e9a332ac202ed7d818b9f4384347e03e6e71289a (diff) | |
automatic import of rtabmap
Diffstat (limited to 'add-suitesparse-include.patch')
| -rw-r--r-- | add-suitesparse-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/add-suitesparse-include.patch b/add-suitesparse-include.patch new file mode 100644 index 0000000..9b1d02c --- /dev/null +++ b/add-suitesparse-include.patch @@ -0,0 +1,12 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -2,6 +2,9 @@ + + cmake_minimum_required(VERSION 3.10) + ++# Add suitesparse include for g2o's csparse extension (cs.h) ++include_directories(/usr/include/suitesparse) ++ + project(rtabmap VERSION 0.22.1) + + set(CMAKE_CXX_STANDARD 17) |
