Skip to content

Commit

Permalink
fix(glog): someone at google is to blame for linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 25, 2024
1 parent 20fdcc1 commit 49c7298
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -54,6 +54,11 @@ set(rime_gears_deps
${Opencc_LIBRARY})
set(rime_levers_deps "")

if(Glog_FOUND AND WIN32)
# TODO: in glog v0.7.0, someone at Google forget to add dbghelp.lib to the linker library list.
set(rime_core_deps ${rime_core_deps} dbghelp)
endif()

if(MINGW)
# fix: bcrypt for boost uuid issue
# https://github.com/boostorg/uuid/issues/68
Expand Down

0 comments on commit 49c7298

Please sign in to comment.