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

fix: CMake only needs CXX compiler #1597

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

This PR updates the CMake projects (eicrecon should not be one, but that's for another day) so they don't search for the default C and C++ compilers, since only a C++ compiler is needed.

What kind of change does this PR introduce?

  • Bug fix (issue: CMake expectes CC and CXX)
  • 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

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

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc requested review from a team and veprbl and removed request for a team August 23, 2024 19:18
@wdconinc wdconinc enabled auto-merge August 23, 2024 19:18
Copy link

@wdconinc wdconinc added this pull request to the merge queue Aug 23, 2024
Merged via the queue into main with commit d1fcc45 Aug 23, 2024
85 of 86 checks passed
@wdconinc wdconinc deleted the cmake-project-languages-cxx branch August 23, 2024 20:43
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.

2 participants