Skip to content

Commit

Permalink
Drop version for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez committed Jan 7, 2025
1 parent 6a18c2e commit cf59dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rm -f src/Makevars autobrew configure.log
rm -f src/Makevars src/Makevars.win autobrew configure.log
rm -Rf .deps
2 changes: 1 addition & 1 deletion src/bqs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#if __has_include(<grpcpp/version_info.h>)
#include <grpcpp/version_info.h>
#if GRPC_CPP_VERSION_MAJOR >= 1 & GRPC_CPP_VERSION_MINOR >= 67
#if GRPC_CPP_VERSION_MAJOR >= 1 & GRPC_CPP_VERSION_MINOR >= 66
#define ABSL_LOGGING 1
#endif
#endif
Expand Down

0 comments on commit cf59dcf

Please sign in to comment.