Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
PHILO-HE committed May 6, 2024
1 parent a830b51 commit 32f918f
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
@@ -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)
if(NOT DuckDB_FOUND)
message(FATAL_ERROR "Cannot find DuckDB.")
else()

0 comments on commit 32f918f

Please sign in to comment.