summaryrefslogtreecommitdiffstats
path: root/Help/command/try_compile.rst
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-09-21 20:03:08 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-10-02 14:17:31 (GMT)
commit0c07f390068fe5a9c3c99ebc64f6e6c72b6eff41 (patch)
tree89a4e61adfbb81b0194602a09f0052398d6100a0 /Help/command/try_compile.rst
parent68caec9137f47fda219995db7cfdf588886c84a1 (diff)
downloadCMake-0c07f390068fe5a9c3c99ebc64f6e6c72b6eff41.zip
CMake-0c07f390068fe5a9c3c99ebc64f6e6c72b6eff41.tar.gz
CMake-0c07f390068fe5a9c3c99ebc64f6e6c72b6eff41.tar.bz2
cmExperimental: remove the flag for C++ modules
All the major compilers now have scheduled releases with support for scanning, so remove the experimental gate. Fixes: #18355
Diffstat (limited to 'Help/command/try_compile.rst')
-rw-r--r--Help/command/try_compile.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst
index bc2b0af..0255b4d 100644
--- a/Help/command/try_compile.rst
+++ b/Help/command/try_compile.rst
@@ -261,14 +261,11 @@ The options for the above signatures are:
Sources are not added to any ``FILE_SET`` in the generated project.
``CXX_MODULE``
+ .. versionadded:: 3.28
+
Sources are added to a ``FILE_SET`` of type ``CXX_MODULES`` in the
generated project.
- .. note ::
-
- Experimental. Sources of type ``CXX_MODULE`` are gated by
- ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
-
The default type of sources is ``NORMAL``.
``<LANG>_STANDARD <std>``