Skip to content

Commit

Permalink
fix: new glog release breaks folly build (fixes gh #201)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Feb 23, 2024
1 parent cd1efac commit dd3a899
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 @@ -324,6 +324,10 @@ add_compile_definitions(FOLLY_CFG_NO_COROUTINES)

add_compile_definitions(GLOG_NO_ABBREVIATED_SEVERITIES NOMINMAX NOGDI)

# TODO: temporary workaround until this is fixed in folly
# see https://github.com/facebook/folly/issues/2149
add_compile_definitions(GLOG_USE_GLOG_EXPORT)

set(
CXX_STD "gnu++20"
CACHE STRING
Expand Down

0 comments on commit dd3a899

Please sign in to comment.