diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-06-21 16:48:03 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-07-06 14:15:23 (GMT) |
commit | 48502a378136e919454895235d722a386e1c4219 (patch) | |
tree | d1d985e24023f7076bc5f728463eb35a6db16e91 /Help/dev | |
parent | 3526b8c1232db2720c5d782ffde8acdc5cb2c191 (diff) | |
download | CMake-48502a378136e919454895235d722a386e1c4219.zip CMake-48502a378136e919454895235d722a386e1c4219.tar.gz CMake-48502a378136e919454895235d722a386e1c4219.tar.bz2 |
cmExperimental: update `CXX_MODULE_CMAKE_API` UUID
The set of features available has been expanded, so update the UUID.
Diffstat (limited to 'Help/dev')
-rw-r--r-- | Help/dev/experimental.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index 14e6075..b8d681c 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -18,7 +18,7 @@ C++20 Module APIs ================= Variable: ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API`` -Value: ``17be90bd-a850-44e0-be50-448de847d652`` +Value: ``3c375311-a3c9-4396-a187-3227ef642046`` In order to support C++20 modules, there are a number of behaviors that have CMake APIs to provide the required features to build and export them from a |