Skip to content

Commit

Permalink
Merge pull request syslog-ng#4776 from HofiOne/Fix-missing-dependency…
Browse files Browse the repository at this point in the history
…-check-in-BIGQUERY-cmake

bigquery:  Fixed missing check of the dependent C++ switch in cmake config
  • Loading branch information
alltilla authored Jan 9, 2024
2 parents 4758d18 + b599525 commit a2809db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/grpc/bigquery/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
module_switch(ENABLE_BIGQUERY "Enable bigquery")

if(NOT ENABLE_GRPC)
return()
endif()

if (NOT ENABLE_BIGQUERY)
return()
endif()

set(BIGQUERY_CPP_SOURCES
bigquery-dest.hpp
bigquery-dest.cpp
Expand Down

0 comments on commit a2809db

Please sign in to comment.