From 2991e92ea7f0ad0497221028e67192bc26aa83d9 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 28 Nov 2022 12:13:35 -0500 Subject: cmExperimental: recycle C++20 module support UUID Visual Studio support warrants a new ID. --- Source/cmExperimental.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmExperimental.cxx') 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.", -- cgit v1.2.1