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

Make it possible to use newer cmake versions for installing #21

Merged
merged 6 commits into from
Aug 16, 2021

Conversation

tmadlener
Copy link
Contributor

@tmadlener tmadlener commented Mar 29, 2021

BEGINRELEASENOTES

  • Add a working github actions based CI workflow.
  • Make it possible to use newer cmake versions for installing
    • Fix globbing for dependencies in streamlog doxygen generation, which broke with 3.17
    • Fix name mismatch warning in find_package calls for cmake > 3.17
    • Fix missing project warning in example
  • Bump the minimum required cmake version to 3.14
  • Make the INSTALL_DOC option from streamlog available from the top-level to make it possible to steer this from the outside

ENDRELEASENOTES

Adding a working CI workflow in this PR to at least have something running again.

This somehow seemed to have worked previously, but starting with cmake
3.17.3 the implicit globbing was no longer done and instead the DEPENDS
arguments were interpreted as targets (which of course did not exist).
@tmadlener
Copy link
Contributor Author

Results of workflow run for the last commit: https://github.com/tmadlener/iLCUtil/actions/runs/697404990

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.

None yet

2 participants