Skip to content

Commit f226717

Browse files
committed
disabling Werror because of ceres deprecation in Ubuntu 22.10
1 parent 0c111b7 commit f226717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fuse_graphs/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ catkin_package(
2828
###########
2929
## Build ##
3030
###########
31-
add_compile_options(-Wall -Werror)
31+
# disabling until deprecated ceres::Problem::Options::local_parameterization_ownership is resolved
32+
add_compile_options(-Wall) # -Werror)
3233

3334
## fuse_graphs library
3435
add_library(${PROJECT_NAME}

0 commit comments

Comments
 (0)