We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986b27c commit 1bf78b0Copy full SHA for 1bf78b0
patch/ros-jazzy-controller-interface.patch
@@ -1,5 +1,5 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index 85294c68d..3813b07ad 100644
+index 60b213cd5..3cb708ef9 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -1,11 +1,6 @@
@@ -11,6 +11,6 @@ index 85294c68d..3813b07ad 100644
11
- -Werror=missing-braces)
12
-endif()
13
-
14
- set(THIS_PACKAGE_INCLUDE_DEPENDS
15
- hardware_interface
16
- rclcpp_lifecycle
+ # using this instead of visibility macros
+ # S1 from https://github.com/ros-controls/ros2_controllers/issues/1053
+ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
0 commit comments