diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-07 21:38:32 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-17 18:42:54 (GMT) |
commit | 48ee946fdcb8a610653e7ba42e9b8dba6942dbfb (patch) | |
tree | bd4a493f700d33ec04786ba1ff70b16192b906b2 /Source/cmExperimental.cxx | |
parent | 1a1806a71b72f12928dca52478db079713ee0eb5 (diff) | |
download | CMake-48ee946fdcb8a610653e7ba42e9b8dba6942dbfb.zip CMake-48ee946fdcb8a610653e7ba42e9b8dba6942dbfb.tar.gz CMake-48ee946fdcb8a610653e7ba42e9b8dba6942dbfb.tar.bz2 |
cmExperimental: recycle the C++ modules API UUID
Supporting modules on IMPORTED targets is worth an update.
Diffstat (limited to 'Source/cmExperimental.cxx')
-rw-r--r-- | Source/cmExperimental.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExperimental.cxx b/Source/cmExperimental.cxx index dd8f16e..104ab81 100644 --- a/Source/cmExperimental.cxx +++ b/Source/cmExperimental.cxx @@ -21,7 +21,7 @@ namespace { cmExperimental::FeatureData LookupTable[] = { // CxxModuleCMakeApi { "CxxModuleCMakeApi", - "a816ed09-43d1-40e5-bc8c-1a2824ee194e", + "ac01f462-0f5f-432a-86aa-acef252918a6", "CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API", "CMake's C++ module support is experimental. It is meant only for " "experimentation and feedback to CMake developers.", |