Skip to content

Commit

Permalink
Create ros-humble-control-toolbox.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Feb 11, 2024
1 parent 2f4baaf commit b0ea3c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patch/ros-humble-control-toolbox.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d3a2c7..4d5745c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,6 +73,7 @@ target_include_directories(low_pass_filter PUBLIC
$<INSTALL_INTERFACE:include/control_toolbox>
)
target_link_libraries(low_pass_filter PUBLIC low_pass_filter_parameters)
+set_target_properties(low_pass_filter PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
ament_target_dependencies(low_pass_filter PUBLIC ${CONTROL_FILTERS_INCLUDE_DEPENDS})

# Install pluginlib xml

0 comments on commit b0ea3c3

Please sign in to comment.