Sfoglia il codice sorgente

Merge topic 'cps-export-experimental-message' into release-3.31

71784bb6d8 cmExperimental: Make CPS-export experimental notice more consistent

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Merge-request: !10019
Brad King 1 anno fa
parent
commit
5b2f718f26

+ 2 - 2
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 },

+ 2 - 2
Tests/RunCMake/PackageInfo/ExperimentalWarning-stderr.txt

@@ -1,7 +1,7 @@
 CMake Warning \(dev\) at ExperimentalWarning.cmake:8 \(install\):
   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\.
 Call Stack \(most recent call first\):
   CMakeLists.txt:3 \(include\)
 This warning is for project developers.  Use -Wno-dev to suppress it.