diff options
author | Matthew Woehlke <matthew.woehlke@kitware.com> | 2024-11-19 20:33:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-11-19 22:40:06 (GMT) |
commit | 71784bb6d8fa6b9f28bd2903360fed53835cc19f (patch) | |
tree | 89619041e43d45c57a75406f64f051d50e9093de /Tests | |
parent | 6b9aee9f38b7c8fdf9f44dbe612017888392718a (diff) | |
download | CMake-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 'Tests')
-rw-r--r-- | Tests/RunCMake/PackageInfo/ExperimentalWarning-stderr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/PackageInfo/ExperimentalWarning-stderr.txt b/Tests/RunCMake/PackageInfo/ExperimentalWarning-stderr.txt index 960d541..05fe1a8 100644 --- a/Tests/RunCMake/PackageInfo/ExperimentalWarning-stderr.txt +++ b/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. |