Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 7, 2024
1 parent a1d7ad0 commit 3cc41f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,18 @@ if(BUILD_BENCHMARKS)
add_subdirectory(benchmarks)
endif()

if(ENABLE_HDFS)
add_definitions(-DENABLE_HDFS)
endif()

if(ENABLE_S3)
add_definitions(-DENABLE_S3)
endif()

if(ENABLE_GCS)
add_definitions(-DENABLE_GCS)
endif()

if(BUILD_EXAMPLES)
add_subdirectory(udf/examples)
endif()
Expand Down

0 comments on commit 3cc41f5

Please sign in to comment.