Skip to content

Commit d58b288

Browse files
committed
update patch
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent a0fc8c5 commit d58b288

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

patch/ros-jazzy-ublox-gps.win.patch

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 5a9fdf1..3122dd8 100644
2+
index 5a9fdf1..3d2e2a2 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -64,6 +64,8 @@ target_link_libraries(ublox_gps PUBLIC
5+
@@ -10,6 +10,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
6+
add_compile_options(-Wall -Wextra -Wpedantic)
7+
endif()
8+
9+
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
10+
+
11+
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
12+
13+
find_package(ament_cmake_ros REQUIRED)
14+
@@ -64,6 +66,8 @@ target_link_libraries(ublox_gps PUBLIC
615
ublox_serialization::ublox_serialization
716
)
817

0 commit comments

Comments
 (0)