Skip to content

Commit

Permalink
Pinned glog/gflags linking order for MinGW port (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored Mar 10, 2024
1 parent 0d5099b commit bb71265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bb71265

Please sign in to comment.