Navigation Menu

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

CMake: DD4HEP_BUILD_PACKAGES and DD4HEP_BUILD_EXAMPLES options #561

Merged
merged 1 commit into from Sep 2, 2019

Conversation

andresailer
Copy link
Member

@andresailer andresailer commented Aug 30, 2019

BEGINRELEASENOTES

  • CMake: add option DD4HEP_BUILD_PACKAGES so that only individual packages can be compiled. If an incorrect selection is given cmake should fail due to missing alias libraries. The option requires a whitespace or semicolon separated list.
  • CMake add option DD4HEP_BUILD_EXAMPLES to enable compilation of examples together with the main DD4hep packages. Default OFF
  • CMake: add DD4hep:: aliases for all libraries and some executables

ENDRELEASENOTES
Resolves #273

…build, DD4HEP_BUILD_EXAMPLES to build examples

it will be the responsible of the user to chose a working combination and order of packages
Use DD4hep::<Package> so that cmake will fail if required package was not enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make DD4hep more modular
2 participants