Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 13, 2023
1 parent 7690e01 commit 2560caf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 2560caf

Please sign in to comment.