Skip to content

Commit 94d03dd

Browse files
Unvendor sdformat, try fix Windows
1 parent d7b9180 commit 94d03dd

File tree

5 files changed

+59
-678
lines changed

5 files changed

+59
-678
lines changed

patch/ros-jazzy-sdformat-vendor.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index 723d6a6..08a726c 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -38,7 +38,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "")
6+
set(VERSION_MATCH "")
7+
endif()
8+
9+
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET)
10+
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET)
11+
12+
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor
13+
SATISFIED ${${LIB_NAME_FULL}_FOUND}

0 commit comments

Comments
 (0)