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 0c111b7 commit f226717Copy full SHA for f226717
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}
0 commit comments