Skip to content

Conversation

I-Need-Sleep-Asap
Copy link
Contributor

No description provided.

Comment on lines -88 to +89
CMAKE_C_COMPILER = { env = "CMAKE_C_COMPILER", default = "gcc" }
CMAKE_CXX_COMPILER = { env = "CMAKE_CXX_COMPILER", default = "g++" }
CMAKE_C_COMPILER = { env = "CMAKE_C_COMPILER", default = "gcc-14" }
CMAKE_CXX_COMPILER = { env = "CMAKE_CXX_COMPILER", default = "g++-14" }
Copy link
Collaborator

@rafa-be rafa-be Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually changed the default compiler from gcc-14 back to gcc, as we do not want to force a GCC version. For example, there is no reason to force the use of GCC 14 if the system provides GCC 15.

If gcc on your system does not link to the version you expect to use, you should export CMAKE_C_COMPILER=xxx and export CMAKE_CXX_COMPILER=xxx instead.

@I-Need-Sleep-Asap
Copy link
Contributor Author

closing this as @rafa-be will be addressing this in #287

@I-Need-Sleep-Asap I-Need-Sleep-Asap deleted the issue_311 branch October 9, 2025 13:57
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