Skip to content

cmake: Replace CMAKE_COMPILER_IS_GNUCC with CMAKE_C_COMPILER_ID #16797

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

Closed
wants to merge 1 commit into from

Conversation

petk
Copy link
Contributor

@petk petk commented Mar 22, 2025

Variable CMAKE_COMPILER_IS_GNUCC is deprecated and CMAKE_C_COMPILER_ID should be used instead.

Variable CMAKE_COMPILER_IS_GNUCC is deprecated and CMAKE_C_COMPILER_ID
should be used instead.
@testclutch

This comment was marked as outdated.

@vszakats vszakats closed this in dd0c9fe Mar 22, 2025
@vszakats
Copy link
Member

Thank you!

@petk petk deleted the patch-CMAKE_COMPILER_IS_GNUCC branch March 22, 2025 23:35
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
Variable `CMAKE_COMPILER_IS_GNUCC` is deprecated and
`CMAKE_C_COMPILER_ID` should be used instead.

Closes curl#16797
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants