From b5995252d3bc91f34cb7a9e70331a0a87c970182 Mon Sep 17 00:00:00 2001 From: Hofi Date: Fri, 5 Jan 2024 16:58:33 +0100 Subject: [PATCH] bigquery: Fixed the check of the GRPC switch (using the same method like we have in other GRPC modules) Yes, I know, i do not like it either, i would like to bring back in an upcoming round all the module switches for all the C++ modules (regardless if it is a GRPC-dependent or simple C++ one), but in a separate run. Also, please NOTE that we do not have per-module switches now, as we removed them earlier based on an agreement. Also, we still/again have none matching settings in the cmake and autotools config files, I'd liket to sync them again in the above mentioned upcoming C++/GRPC module switch re-introduction round. Signed-off-by: Hofi --- modules/grpc/bigquery/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/grpc/bigquery/CMakeLists.txt b/modules/grpc/bigquery/CMakeLists.txt index c24df0789c7..7db61af6e4a 100644 --- a/modules/grpc/bigquery/CMakeLists.txt +++ b/modules/grpc/bigquery/CMakeLists.txt @@ -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