Skip to content

Commit fb02c68

Browse files
Complete local osx-arm64 build
1 parent 002dfc9 commit fb02c68

6 files changed

+577
-139
lines changed

patch/dependencies.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ nav2_util:
9393
add_host: ["libboost-devel"]
9494
nav2_constrained_smoother:
9595
add_host: ["${{ 'openblas' if win }}"]
96+
nav2_mppi_controller:
97+
add_build: ["${{ 'clang <19' if osx }}"]
9698
ompl:
9799
add_host: ["ompl"]
98100
pybind11_vendor:
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/nav2_rviz_plugins/CMakeLists.txt b/nav2_rviz_plugins/CMakeLists.txt
2+
index 39bdbabae4..659acd06fc 100644
3+
--- a/nav2_rviz_plugins/CMakeLists.txt
4+
+++ b/nav2_rviz_plugins/CMakeLists.txt
5+
@@ -6,10 +6,6 @@ if(NOT CMAKE_CXX_STANDARD)
6+
set(CMAKE_CXX_STANDARD 17)
7+
endif()
8+
9+
-if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
10+
- add_compile_options(-Wall -Wextra -Wpedantic -Werror)
11+
-endif()
12+
-
13+
# Qt5 boilerplate options from http://doc.qt.io/qt-5/cmake-manual.html
14+
set(CMAKE_INCLUDE_CURRENT_DIR ON)
15+
set(CMAKE_AUTOMOC ON)

0 commit comments

Comments
 (0)