Skip to content

Commit 31a51fc

Browse files
committed
disabling Werror because of deprecation warnings from ceres in Ubuntu 22.10
1 parent ef8ff20 commit 31a51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuse_optimizers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ catkin_package(
2828
###########
2929
## Build ##
3030
###########
31-
add_compile_options(-Wall -Werror)
31+
add_compile_options(-Wall) # -Werror)
3232

3333
## fuse_optimizers library
3434
add_library(${PROJECT_NAME}

0 commit comments

Comments
 (0)