Skip to content
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

cmake: make header creation depend on libkuzu #2543

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

Riolku
Copy link
Contributor

@Riolku Riolku commented Dec 4, 2023

CMake doesn't correctly detect when headers are changed. The IMPLICIT_DEPENDS property, which would solve our issues, is supported for Makefile generators only.

Instead, we can build kuzu.hpp after all of kuzu is built. Additionally, the example should depend on the correct include directory. I'm not sure why this compiled before.

CMake doesn't correctly detect when headers are changed. The
IMPLICIT_DEPENDS property, which would solve our issues, is supported
for Makefile generators only.

Instead, we can build kuzu.hpp after all of kuzu is built. Additionally,
the example should depend on the correct include directory. I'm not sure
why this compiled before.
@Riolku Riolku changed the title cmake: change header creation to post-build cmake: make header creation depend on libkuzu Dec 4, 2023
@Riolku Riolku merged commit bf8eab4 into master Dec 4, 2023
12 checks passed
@Riolku Riolku deleted the single-file-header-command branch December 4, 2023 22:35
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.

2 participants