Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Apr 28, 2024
1 parent 2515c16 commit a903b17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ macro(ADD_VELOX_OBJECTS)
endmacro()

macro(add_duckdb)
set(VELOX_BUILD_DUCKDB_PATH "${VELOX_BUILD_PATH}/_deps/duckdb-build")
find_package(DuckDB HINTS ${VELOX_BUILD_DUCKDB_PATH})
find_package(DuckDB HINTS)
if(NOT DuckDB_FOUND)
message(FATAL_ERROR "Cannot find DuckDB.")
else()
Expand Down

0 comments on commit a903b17

Please sign in to comment.