Skip to content

Commit

Permalink
update ompl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Sep 22, 2020
1 parent f698161 commit 83f4243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/ros-noetic-ompl.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 071da5f..50c4506 100644
index 53ecf24..29e75f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -175,8 +175,8 @@ find_program(R_EXEC R)
@@ -178,8 +178,8 @@ find_program(R_EXEC R)

add_subdirectory(py-bindings)
add_subdirectory(src)
add_subdirectory(py-bindings)
-add_subdirectory(tests)
-add_subdirectory(demos)
+# add_subdirectory(tests)
Expand Down

0 comments on commit 83f4243

Please sign in to comment.