summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2024-11-19 20:33:50 (GMT)
committerBrad King <brad.king@kitware.com>2024-11-19 22:40:06 (GMT)
commit71784bb6d8fa6b9f28bd2903360fed53835cc19f (patch)
tree89619041e43d45c57a75406f64f051d50e9093de /Source
parent6b9aee9f38b7c8fdf9f44dbe612017888392718a (diff)
downloadCMake-71784bb6d8fa6b9f28bd2903360fed53835cc19f.zip
CMake-71784bb6d8fa6b9f28bd2903360fed53835cc19f.tar.gz
CMake-71784bb6d8fa6b9f28bd2903360fed53835cc19f.tar.bz2
cmExperimental: Make CPS-export experimental notice more consistent
There is an inadvertent inconsistency in the notice for the CPS export experimental feature as compared to other experimental feature notices. Change it to be consistent.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExperimental.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExperimental.cxx b/Source/cmExperimental.cxx
index 85eff1a..913db87 100644
--- a/Source/cmExperimental.cxx
+++ b/Source/cmExperimental.cxx
@@ -51,8 +51,8 @@ cmExperimental::FeatureData LookupTable[] = {
"b80be207-778e-46ba-8080-b23bba22639e",
"CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO",
"CMake's support for exporting package information in the Common Package "
- "Specification format. It is meant only for experimentation and feedback "
- "to CMake developers.",
+ "Specification format is experimental. It is meant only for "
+ "experimentation and feedback to CMake developers.",
{},
cmExperimental::TryCompileCondition::Always,
false },