Add support for latest DuckDB (#22)

This commit is contained in:
Y.
2025-09-10 12:16:45 +02:00
committed by GitHub
parent 3fff3b2d1f
commit bba41c82c5
3 changed files with 23 additions and 6 deletions

View File

@@ -27,6 +27,10 @@ set(EXTENSION_SOURCES
src/utils/serialization.cpp
src/watcher.cpp)
add_definitions(-DDUCKDB_MAJOR_VERSION=${DUCKDB_MAJOR_VERSION})
add_definitions(-DDUCKDB_MINOR_VERSION=${DUCKDB_MINOR_VERSION})
add_definitions(-DDUCKDB_PATCH_VERSION=${DUCKDB_PATCH_VERSION})
find_package(Git)
if(NOT Git_FOUND)
message(FATAL_ERROR "Git not found, unable to determine git sha")