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

Remove check for a header file #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove check for a header file #400

wants to merge 1 commit into from

Conversation

jmcarcell
Copy link
Contributor

BEGINRELEASENOTES

  • Remove check for a header file from DD4hep. In any case, it should be checked if DDRec is built or not.

ENDRELEASENOTES

Also CMake hangs for a while on that check, maybe it's checking a lot of paths. Since DDRec is in the defaults and always built in the stack, I think it's fine not to check for this or if needed to check for DDRec. Eventually the list of files that depend on this header file will be wrong.

@atolosadelgado
Copy link
Contributor

@jmcarcell

this check avoids compilation error when old versions of the stack are used, I would prefer keeping that check...

The code was actually introduced by @andresailer , what do you think?

@andresailer
Copy link
Contributor

As long as we don't require a DD4hep version that includes this file we shouldn't drop the check. We can't check for DDRec because the file was introduced long after DDRec

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.

3 participants