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

Fixed proper compiler selection for --with-compiler-type configure option #3021

Merged

Conversation

ethouris
Copy link
Collaborator

@ethouris ethouris commented Sep 9, 2024

This fixes the handling of --with-compiler-type option for ./configure:

  • Handles properly gcc -> g++ name transformation, also with version suffix
  • Sets up properly CMAKE_C_COMPILER and CMAKE_CXX_COMPILER options

Compiler prefix is handled like before.

This change is extracted from #2444 for cleanup.

@ethouris ethouris added Type: Maintenance Work required to maintain or clean up the code [build] Area: Changes in build files labels Sep 9, 2024
@ethouris ethouris added this to the v1.6.0 milestone Sep 9, 2024
@maxsharabayko maxsharabayko modified the milestones: v1.6.0, v1.5.4 Sep 9, 2024
@maxsharabayko maxsharabayko merged commit e837a93 into Haivision:master Sep 9, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[build] Area: Changes in build files Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants