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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
the glog CMake target adds a dependency to the gflags CMake target. The latter is only available if gflags has been built with GFLAGS_USE_TARGET_NAMESPACE=OFF. Otherwise, the correct target is gflags::gflags. This is causing linker errors, see for instance this issue.