Skip to content

Commit a303880

Browse files
Update ros-jazzy-rviz-ogre-vendor.patch
1 parent 2507b86 commit a303880

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patch/ros-jazzy-rviz-ogre-vendor.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
diff --git a/rviz_ogre_vendor/CMakeLists.txt b/rviz_ogre_vendor/CMakeLists.txt
2+
index 8d23a299a..5154e4477 100644
3+
--- a/rviz_ogre_vendor/CMakeLists.txt
4+
+++ b/rviz_ogre_vendor/CMakeLists.txt
5+
@@ -76,7 +76,7 @@ endif()
6+
7+
if(APPLE)
8+
list(APPEND OGRE_CMAKE_ARGS -DOGRE_ENABLE_PRECOMPILED_HEADERS:BOOL=OFF)
9+
- list(APPEND OGRE_CMAKE_ARGS -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64)
10+
+ # list(APPEND OGRE_CMAKE_ARGS -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64)
11+
endif()
12+
13+
ament_vendor(ogre_vendor
114
diff --git a/patches/0005-fix-macos-arm64.patch b/patches/0005-fix-macos-arm64.patch
215
new file mode 100644
316
index 000000000..9494cc9ae

0 commit comments

Comments
 (0)