Skip to content

Commit

Permalink
fix build on ros build farm (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs authored Nov 13, 2024
1 parent 93ec1dc commit 4074edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_execution_rviz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(scenario_execution_rviz)
set(CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 14)

add_compile_options(-Wall -Wextra -Werror -flto -fvisibility=hidden -z noexecstac -fPIC -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now -fstack-protector-strong)
add_compile_options(-Wall -Wextra -Werror -flto -fvisibility=hidden -z noexecstac -fPIC -Wl,-z,relro,-z,now -fstack-protector-strong)

find_package(ament_cmake REQUIRED)
find_package(rviz_common REQUIRED)
Expand Down

0 comments on commit 4074edb

Please sign in to comment.