Skip to content

Conversation

tmadlener
Copy link
Contributor

@tmadlener tmadlener commented Jun 4, 2021

BEGINRELEASENOTES

  • Upgrade the cmake configuration of LCIO to the newer target based approach. That should make it easier to use LCIO as a dependency for other packages. Additionally it should become easier to remove quite a bit of cmake macro code that took charge of the dependency management, since that can now be handled by plain cmake.
  • Bump the minimum cmake version to 3.14

ENDRELEASENOTES

Fixes #133

  • Check that the "legacy variables" that are currently exported are really enough for downstream packages to use LCIO
    • Successfully built Marlin on top of this.
  • Check which cmake macros have become obsolete and remove them
    • MacroCheckPackageVersion.h is still used by FindCLHEP.cmake so that would need to be touched as well. Keeping it for the moment.
  • Check if all the build options that are available still work
  • TODOs from CMake configuration overhaul #133
    • Use FindPython
    • Make BUILD_TESTING behave as expected
  • root dict generation. At least avoid re-generation of these every build even when nothing changed.

@tmadlener tmadlener force-pushed the update-cmake branch 2 times, most recently from 2a0ec36 to add5cec Compare June 4, 2021 16:36
tmadlener added 5 commits June 7, 2021 11:01
- Use SIO targets
- Define LCIO targets and export them properly for downstream usage
- Keep some package specific install variables to keep backwards
compatibility
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.

CMake configuration overhaul

1 participant