Skip to content

Update GCC version requirement in CMake module comment#4846

Open
dhruvatr wants to merge 1 commit into
fmtlib:mainfrom
dhruvatr:patch-1
Open

Update GCC version requirement in CMake module comment#4846
dhruvatr wants to merge 1 commit into
fmtlib:mainfrom
dhruvatr:patch-1

Conversation

@dhruvatr

Copy link
Copy Markdown

Summary

Updates the comment describing the minimum supported compiler versions for CMake module support.

The implementation currently checks for GCC 15 or later:

CMAKE_CXX_COMPILER_VERSION GREATER_EQUAL 15

@dhruvatr dhruvatr requested a review from vitaut as a code owner July 13, 2026 05:21
Comment thread CMakeLists.txt
# Requires C++20, CMake >= 3.28 and
# Generators(Ninja >= 1.11 OR Visual Studio >= 17.4).
# Compilers GCC>=14, Clang>=16 or MSVC >= 17.4
CMAKE_CXX_COMPILER_VERSION GREATER_EQUAL 15

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This looks broken.

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