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

m4 check in cmake provide a clear error when required but not available. #1740

Merged
merged 2 commits into from
Dec 7, 2020

Conversation

WardF
Copy link
Member

@WardF WardF commented May 26, 2020

WardF added 2 commits May 26, 2020 14:46
…he generated file isn't present (as it would be in a point release). In support of #1739
@magnusuMET
Copy link
Contributor

Thanks for making the error message a lot clearer!

I think the check in libsrc/CMakeLists.txt fails as the files will only be created during build-time. The add_custom_command also takes a DEPENDS argument which should be ${CMAKE_CURRENT_SOURCE_DIR}/${filename}.m4 to ensure the build is rerun on a change of the .m4 files.

@WardF WardF mentioned this pull request Dec 7, 2020
@WardF WardF merged commit 6fafa66 into master Dec 7, 2020
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.

make m4 compile time dependency
2 participants