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: move ROOT macros out of the way #482

Merged
merged 1 commit into from
Feb 15, 2023
Merged

cmake: move ROOT macros out of the way #482

merged 1 commit into from
Feb 15, 2023

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Feb 14, 2023

Our cmake build relies on glob(*.cc *.c) to find the included files. On case-insensitive filesystems this causes *.C macros to be included into the library. That leads to compilation errors.

Briefly, what does this PR introduce?

Fix compilation for a typical macOS setup

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators @DraTeots

Does this PR introduce breaking changes? What changes might users need to make to their code?

Don't know

Does this PR change default behavior?

No

Our cmake build relies on glob(*.cc *.c) to find the included files. On
case-insensitive filesystems this causes *.C macros to be included into the
library. That leads to compilation errors.
@DraTeots DraTeots merged commit 19cd276 into main Feb 15, 2023
@DraTeots DraTeots deleted the pr/root_macros_mv branch February 15, 2023 15:49
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.

2 participants