summaryrefslogtreecommitdiff
path: root/Source/cmExperimental.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-28 12:13:35 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2022-12-01 11:42:46 -0500
commit2991e92ea7f0ad0497221028e67192bc26aa83d9 (patch)
tree5f7600fb034c4306cff7ebbfb4f3091e1f266c21 /Source/cmExperimental.cxx
parent82833fb3c0f6253bec69db683d3358b4c820b99b (diff)
downloadcmake-2991e92ea7f0ad0497221028e67192bc26aa83d9.tar.gz
cmExperimental: recycle C++20 module support UUID
Visual Studio support warrants a new ID.
Diffstat (limited to 'Source/cmExperimental.cxx')
-rw-r--r--Source/cmExperimental.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExperimental.cxx b/Source/cmExperimental.cxx
index 922b53fd11..bbb5840e66 100644
--- a/Source/cmExperimental.cxx
+++ b/Source/cmExperimental.cxx
@@ -27,7 +27,7 @@ struct FeatureData
bool Warned;
} LookupTable[] = {
// CxxModuleCMakeApi
- { "3c375311-a3c9-4396-a187-3227ef642046",
+ { "9629ab6c-6c0e-423f-bb9d-cc5ac4a22041",
"CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API",
"CMake's C++ module support is experimental. It is meant only for "
"experimentation and feedback to CMake developers.",