Skip to content

cmake: fail early if no module.h found #6

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
Oct 18, 2021

Conversation

Totktonada
Copy link
Member

Commit 32e6593 ('Fix CMake warning')
causes a little regression: if there is no tarantool/module.h header, we
should fail at the cmake stage. After the fix of the warning we'll fail
only at the building stage (when make is called). Here I return the
old behaviour (fail on the cmake stage) back.

See tarantool/tuple-keydef#20

Commit 32e6593 ('Fix CMake warning')
causes a little regression: if there is no tarantool/module.h header, we
should fail at the cmake stage. After the fix of the warning we'll fail
only at the building stage (when `make` is called). Here I return the
old behaviour (fail on the `cmake` stage) back.

See tarantool/tuple-keydef#20
@Totktonada Totktonada requested a review from ligurio October 16, 2021 18:02
Copy link
Member

@ligurio ligurio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! LGTM

@Totktonada Totktonada merged commit 657e360 into ckit Oct 18, 2021
@Totktonada Totktonada deleted the Totktonada/fix-cmake-warning-follow-up branch October 18, 2021 11:14
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