Skip to content

Fix builds by adding missing types.cpp to CMake#187

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:types_cpp_cmake
Apr 7, 2025
Merged

Fix builds by adding missing types.cpp to CMake#187
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:types_cpp_cmake

Conversation

@staticlibs
Copy link
Collaborator

In #168 types.cpp file was added to CMakeLists.txt, but, by mistake it was not added to CMakeLists.txt.in that is used to generate the CMakeLists.txt file on periodic engine sources import.

This change adds types.cpp to both CMakeLists.txt.in and CMakeLists.txt to fix the build.

In duckdb#168 `types.cpp` file was added to `CMakeLists.txt`, but, by mistake
it was not added to `CMakeLists.txt.in` that is used to generate the
`CMakeLists.txt` file on periodic engine sources import.

This change adds `types.cpp` to both `CMakeLists.txt.in` and
`CMakeLists.txt` to fix the build.
@staticlibs staticlibs merged commit 0f27668 into duckdb:main Apr 7, 2025
2 checks passed
@staticlibs
Copy link
Collaborator Author

Merging this without review to unbreak the builds.

@staticlibs staticlibs deleted the types_cpp_cmake branch April 7, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant