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
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.
The text was updated successfully, but these errors were encountered:
On this line:
glog/CMakeLists.txt
Line 633 in 42ce901
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.
The text was updated successfully, but these errors were encountered: