Skip to content

Commit 685f1aa

Browse files
authored
fix(autoware_smart_mpc_trajectory_follower): fix clang-diagnostic-ignored-optimization-argument (#9437)
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent 9c6895b commit 685f1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

control/autoware_smart_mpc_trajectory_follower/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ find_package(pybind11 REQUIRED)
99
find_package(Eigen3 REQUIRED)
1010
autoware_package()
1111

12+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-ignored-optimization-argument")
13+
1214
execute_process(COMMAND bash -c "pip3 install numba==0.58.1 --force-reinstall")
1315
execute_process(COMMAND bash -c "pip3 install GPy")
1416

0 commit comments

Comments
 (0)