Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham committed Sep 10, 2024
1 parent 6a2f7fd commit 794b671
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
34 changes: 0 additions & 34 deletions CMake/resolve_dependency_modules/fizz.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,6 @@ if(${VELOX_BUILD_TESTING})
endif()

if(VELOX_ENABLE_REMOTE_FUNCTIONS)
set_source(fizz)
resolve_dependency(fizz CONFIG v2024.05.20.00 REQUIRED)
find_package(fizz CONFIG REQUIRED)
find_package(wangle CONFIG REQUIRED)
find_package(proxygen CONFIG REQUIRED)
Expand All @@ -490,8 +488,6 @@ if(VELOX_ENABLE_REMOTE_FUNCTIONS)
find_package(fizz CONFIG REQUIRED)
find_package(wangle CONFIG REQUIRED)
find_package(FBThrift CONFIG REQUIRED)
find_package(proxygen CONFIG REQUIRED)
find_package(proxygenhttpserver CONFIG REQUIRED)
endif()

if(DEFINED FOLLY_BENCHMARK_STATIC_LIB)
Expand Down
1 change: 0 additions & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ function install_velox_deps {
run_and_time install_duckdb
run_and_time install_protobuf
run_and_time install_simdjson
run_and_time install_simdjson
}

(return 2> /dev/null) && return # If script was sourced, don't run commands.
Expand Down

0 comments on commit 794b671

Please sign in to comment.