Skip to content

Commit

Permalink
disabling Werror because of ceres deprecation in Ubuntu 22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Feb 4, 2023
1 parent 0c111b7 commit f226717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuse_graphs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ catkin_package(
###########
## Build ##
###########
add_compile_options(-Wall -Werror)
# disabling until deprecated ceres::Problem::Options::local_parameterization_ownership is resolved
add_compile_options(-Wall) # -Werror)

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

0 comments on commit f226717

Please sign in to comment.