Skip to content

Commit

Permalink
Update ros-humble-backward-ros.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Sep 13, 2023
1 parent 6487c25 commit 8f94958
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patch/ros-humble-backward-ros.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8927192..cb461f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,7 @@ include(cmake/BackwardConfig.cmake)

set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

###############################################################################
# COMPILER FLAGS
diff --git a/cmake/BackwardConfigAment.cmake b/cmake/BackwardConfigAment.cmake
index 273a51a..d981cbb 100644
--- a/cmake/BackwardConfigAment.cmake
Expand Down

0 comments on commit 8f94958

Please sign in to comment.