1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Help/cmake-cxxmodules: note GCC 15 support

This commit is contained in:
Ben Boeckel
2025-03-07 10:56:44 +01:00
parent 1dcf936f3b
commit 425ee2dd88

View File

@@ -95,6 +95,7 @@ library combinations:
* Clang 18.1.2 and newer with ``-stdlib=libc++``
* MSVC toolset 14.36 and newer (provided with Visual Studio 17.6 Preview 2 and
newer)
* GCC 15 and newer.
The :variable:`CMAKE_CXX_COMPILER_IMPORT_STD` variable may be used to detect
support for a standard level with the active C++ toolchain.