Skip to content

Commit

Permalink
Applied -DGLOG_EXPORT to all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Mar 13, 2024
1 parent e440685 commit fc422e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ include_directories(${DEPS_INCLUDE_DIR})
link_directories(${DEPS_LIB_DIR})

# This is because of some new features of glog 0.7.0
add_definitions(-DGLOG_USE_GLOG_EXPORT)
add_definitions(-DGLOG_EXPORT)

set(IS_MSYS OFF)
if(MSVC)
Expand Down

0 comments on commit fc422e4

Please sign in to comment.