You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way I can disable this; after investigating, it seems like a miniglog message that should be disabled at compilation time.
I have no idea how to do that when using conan.
Package and Environment Details
Package Name/Version: ceres/2.1.0
Operating System+version: Linux Ubuntu 20.04
Compiler+version: GCC 9.4.0
Conan version: conan 1.54.0
Conan profile
not applicable?
Steps to reproduce
not applicable?
Logs
not applicable?
The text was updated successfully, but these errors were encountered:
Description
I think I did my best to avoid any logging message:
ceres::Solver::Options options; options.minimizer_progress_to_stdout = true; options.logging_type = ceres::SILENT;
But I still get this message when calling
ceres::Solve
:There is no way I can disable this; after investigating, it seems like a miniglog message that should be disabled at compilation time.
I have no idea how to do that when using conan.
Package and Environment Details
Conan profile
not applicable?
Steps to reproduce
not applicable?
Logs
not applicable?
The text was updated successfully, but these errors were encountered: