Skip to content

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

Merged
Totktonada merged 1 commit intomasterfrom
Totktonada/fix-cmake-warning-follow-up
Oct 16, 2021
Merged

cmake: fail early if no module.h found#5
Totktonada merged 1 commit intomasterfrom
Totktonada/fix-cmake-warning-follow-up

Conversation

@Totktonada
Copy link
Copy Markdown
Contributor

Commit 58d39d7 ('cmake: fix 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 58d39d7 ('cmake: fix 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 olegrok October 16, 2021 18:00
@Totktonada Totktonada merged commit 350b8e6 into master Oct 16, 2021
@Totktonada Totktonada deleted the Totktonada/fix-cmake-warning-follow-up branch October 16, 2021 18:16
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