Skip to content

Commit 1bf78b0

Browse files
Fix patch
1 parent 986b27c commit 1bf78b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 85294c68d..3813b07ad 100644
2+
index 60b213cd5..3cb708ef9 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -1,11 +1,6 @@
@@ -11,6 +11,6 @@ index 85294c68d..3813b07ad 100644
1111
- -Werror=missing-braces)
1212
-endif()
1313
-
14-
set(THIS_PACKAGE_INCLUDE_DEPENDS
15-
hardware_interface
16-
rclcpp_lifecycle
14+
# using this instead of visibility macros
15+
# S1 from https://github.com/ros-controls/ros2_controllers/issues/1053
16+
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

0 commit comments

Comments
 (0)