From 2560cafee651b837071515eebf1d0c132ac95561 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Sun, 13 Aug 2023 13:06:45 +0100 Subject: [PATCH] Update comments --- cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake index 2c824ab69d577..ebe2b9faf1873 100644 --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake @@ -365,14 +365,12 @@ if(ARROW_WITH_GRPC) set(ARROW_WITH_ZLIB ON) endif() -# Enable GCS if(ARROW_GCS) set(ARROW_WITH_GOOGLE_CLOUD_CPP ON) set(ARROW_WITH_NLOHMANN_JSON ON) set(ARROW_WITH_ZLIB ON) endif() -# Enable Azure if(ARROW_AZURE) set(ARROW_WITH_AZURE_SDK ON) endif() @@ -5057,7 +5055,7 @@ if(ARROW_S3) endif() # ---------------------------------------------------------------------- -# Azure SDK and dependencies +# Azure SDK for C++ macro(build_azuresdk) message(STATUS "Building Azure C++ SDK from source")