Skip to content

Commit

Permalink
fix(autoware_smart_mpc_trajectory_follower): fix clang-diagnostic-ign…
Browse files Browse the repository at this point in the history
…ored-optimization-argument (autowarefoundation#9437)

Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Nov 25, 2024
1 parent 9c6895b commit 685f1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/autoware_smart_mpc_trajectory_follower/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ find_package(pybind11 REQUIRED)
find_package(Eigen3 REQUIRED)
autoware_package()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-ignored-optimization-argument")

execute_process(COMMAND bash -c "pip3 install numba==0.58.1 --force-reinstall")
execute_process(COMMAND bash -c "pip3 install GPy")

Expand Down

0 comments on commit 685f1aa

Please sign in to comment.