Skip to content

Commit

Permalink
Test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Sep 24, 2020
1 parent f205268 commit 41a3219
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patch/ros-noetic-gazebo-ros.osx.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d5f7aa..8d1b0cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,6 +69,8 @@ catkin_package(
TinyXML
)

+add_definitions(-D_LIBCPP_DISABLE_AVAILABILITY)
+
include_directories(
include
${Boost_INCLUDE_DIRS}

0 comments on commit 41a3219

Please sign in to comment.