diff --git a/CMakeLists.txt b/CMakeLists.txt index 38a140672..f6e09ef65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1004,6 +1004,10 @@ list(APPEND LIBRARIES ${Boost_LIBRARIES} ) +if (IS_MSYS) + list(APPEND LIBRARIES glog gflags) +endif() + if(NOT PREFER_SYSTEM_LIBFMT) list(APPEND LIBRARIES fmt) endif()