summaryrefslogtreecommitdiffstats
path: root/Source/cmExperimental.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-07-17 15:05:38 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2023-07-17 19:19:58 (GMT)
commit1ca82e7a04b16159721c44385c3b5b8a2762f735 (patch)
treede3f9e03c95980f2cba241faf0cbee8f0fd6981d /Source/cmExperimental.cxx
parent051cea7b7ecb2dd84199407165843006765588cf (diff)
downloadCMake-1ca82e7a04b16159721c44385c3b5b8a2762f735.zip
CMake-1ca82e7a04b16159721c44385c3b5b8a2762f735.tar.gz
CMake-1ca82e7a04b16159721c44385c3b5b8a2762f735.tar.bz2
cmake_language(): Add undocumented GET_EXPERIMENTAL_FEATURE_ENABLED mode
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 8dc2b72..bdbd353 100644
--- a/Source/cmExperimental.cxx
+++ b/Source/cmExperimental.cxx
@@ -20,7 +20,7 @@ namespace {
*/
cmExperimental::FeatureData LookupTable[] = {
// CxxModuleCMakeApi
- { "bf70d4b0-9fb7-465c-9803-34014e70d112",
+ { "CxxModuleCMakeApi", "bf70d4b0-9fb7-465c-9803-34014e70d112",
"CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API",
"CMake's C++ module support is experimental. It is meant only for "
"experimentation and feedback to CMake developers.",