Skip to content

Commit

Permalink
Remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 12, 2023
1 parent 7690e01 commit e2f0449
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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
Binary file not shown.

0 comments on commit e2f0449

Please sign in to comment.