Skip to content

Commit

Permalink
wrong defines :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Oct 24, 2023
1 parent 64e187c commit 84adaa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/function/table/version/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
add_definitions(-DDUCKDB_SOURCE_ID="\""${GIT_COMMIT_HASH}"\"")
add_definitions(-DDUCKDB_VERSION="\""${DUCKDB_VERSION}"\"")
add_definitions(-DDUCKDB_VERSION_MAJOR=${DUCKDB_VERSION_MAJOR})
add_definitions(-DDUCKDB_VERSION_MINOR=${DUCKDB_VERSION_MINOR})
add_definitions(-DDUCKDB_VERSION_PATCH=${DUCKDB_VERSION_PATCH})
add_definitions(-DUCKDB_MAJOR_VERSION=${DUCKDB_MAJOR_VERSION})
add_definitions(-DUCKDB_MINOR_VERSION=${DUCKDB_MINOR_VERSION})
add_definitions(-DUCKDB_PATCH_VERSION=${DUCKDB_PATCH_VERSION})

add_library_unity(duckdb_func_table_version OBJECT pragma_version.cpp)

Expand Down

0 comments on commit 84adaa8

Please sign in to comment.