summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-07-21 15:20:06 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-07-31 15:59:50 (GMT)
commitbe53c7585281e67ba06969e2f83aa487579d1daa (patch)
tree8bc091b28d953c1745ea9de1eb30b7a327e0db2a /Source
parentdeb1c3cbd577ba2ddbc0044794ec854847c99cf8 (diff)
downloadCMake-be53c7585281e67ba06969e2f83aa487579d1daa.zip
CMake-be53c7585281e67ba06969e2f83aa487579d1daa.tar.gz
CMake-be53c7585281e67ba06969e2f83aa487579d1daa.tar.bz2
cmExperimental: recycle the C++ modules API UUID
`try_compile` and `try_run` now support C++ modules.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExperimental.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExperimental.cxx b/Source/cmExperimental.cxx
index b971a26..dd8f16e 100644
--- a/Source/cmExperimental.cxx
+++ b/Source/cmExperimental.cxx
@@ -21,7 +21,7 @@ namespace {
cmExperimental::FeatureData LookupTable[] = {
// CxxModuleCMakeApi
{ "CxxModuleCMakeApi",
- "bf70d4b0-9fb7-465c-9803-34014e70d112",
+ "a816ed09-43d1-40e5-bc8c-1a2824ee194e",
"CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API",
"CMake's C++ module support is experimental. It is meant only for "
"experimentation and feedback to CMake developers.",