Skip to content

Commit

Permalink
Add git dep; do not build ompl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Dec 30, 2024
1 parent 194c4f4 commit 037938b
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/ros-jazzy-ompl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 09fc750..2e4ff16 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,7 +178,7 @@ find_program(R_EXEC R)

add_subdirectory(src)
add_subdirectory(py-bindings)
-add_subdirectory(tests)
+# add_subdirectory(tests)
add_subdirectory(demos)
add_subdirectory(scripts)
add_subdirectory(doc)
Loading

0 comments on commit 037938b

Please sign in to comment.