Skip to content

Commit

Permalink
disabling Werror because of deprecation warnings from ceres in Ubuntu…
Browse files Browse the repository at this point in the history
… 22.10
  • Loading branch information
lucasw committed Apr 17, 2024
1 parent ef8ff20 commit 31a51fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse_optimizers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ catkin_package(
###########
## Build ##
###########
add_compile_options(-Wall -Werror)
add_compile_options(-Wall) # -Werror)

## fuse_optimizers library
add_library(${PROJECT_NAME}
Expand Down

0 comments on commit 31a51fc

Please sign in to comment.