Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025

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