We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3023b commit 4959dbeCopy full SHA for 4959dbe
fuse_graphs/CMakeLists.txt
@@ -28,7 +28,8 @@ catkin_package(
28
###########
29
## Build ##
30
31
-add_compile_options(-Wall -Werror)
+# disabling until deprecated ceres::Problem::Options::local_parameterization_ownership is resolved
32
+add_compile_options(-Wall) # -Werror)
33
34
## fuse_graphs library
35
add_library(${PROJECT_NAME}
fuse_optimizers/CMakeLists.txt
@@ -28,7 +28,7 @@ catkin_package(
## fuse_optimizers library
0 commit comments