Skip to content

Commit

Permalink
Create ros-humble-ros-gz-bridge.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Dec 16, 2022
1 parent 891e087 commit 54e6f48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/ros-humble-ros-gz-bridge.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/ros_gz_bridge/CMakeLists.txt b/ros_gz_bridge/CMakeLists.txt
index b2113cf7..ec0d492f 100644
--- a/ros_gz_bridge/CMakeLists.txt
+++ b/ros_gz_bridge/CMakeLists.txt
@@ -10,6 +10,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic")
endif()

+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
+
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)

0 comments on commit 54e6f48

Please sign in to comment.