Skip to content

Commit

Permalink
Create ros-noetic-gazebo-ros-control.osx.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Sep 24, 2020
1 parent 732c698 commit 3b52621
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/ros-noetic-gazebo-ros-control.osx.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58304f3..c8c5f20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,6 +32,8 @@ catkin_package(
LIBRARIES ${PROJECT_NAME} default_robot_hw_sim
)

+add_definitions(-D_LIBCPP_DISABLE_AVAILABILITY)
+
link_directories(
${catkin_LIBRARY_DIRS}
)

0 comments on commit 3b52621

Please sign in to comment.