Enable Google Cloud Cpp by default only for ClickHouse Cloud

This commit is contained in:
Pablo Marcos 2024-11-19 17:20:55 +00:00
parent e0bf6ec7e4
commit 75f781c18e

View File

@ -1,6 +1,6 @@
set(ENABLE_GOOGLE_CLOUD_CPP_DEFAULT OFF)
if(ENABLE_LIBRARIES AND OS_LINUX)
if(ENABLE_LIBRARIES AND CLICKHOUSE_CLOUD AND OS_LINUX)
set(ENABLE_GOOGLE_CLOUD_CPP_DEFAULT ON)
endif()