Tests/RunCMake/cmake_language: Expect experimental warnings more precisely

This commit is contained in:
Brad King
2025-05-13 10:11:20 -04:00
parent 4802077fb9
commit 348ba701fe
3 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
CMake Warning \(dev\) at Experimental/CxxImportStd-set.cmake:4 \(cmake_language\): ^CMake Warning \(dev\) at Experimental/CxxImportStd-set\.cmake:4 \(cmake_language\):
CMake's support for `import std;` in C\+\+23 and newer is experimental. It CMake's support for `import std;` in C\+\+23 and newer is experimental\. It
is meant only for experimentation and feedback to CMake developers. is meant only for experimentation and feedback to CMake developers\.
Call Stack \(most recent call first\): Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\) CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it. This warning is for project developers\. Use -Wno-dev to suppress it\.$

View File

@@ -1,6 +1,6 @@
CMake Warning \(dev\) at Experimental/ExportPackageDependencies-set.cmake:4 \(cmake_language\): ^CMake Warning \(dev\) at Experimental/ExportPackageDependencies-set\.cmake:4 \(cmake_language\):
CMake's EXPORT_PACKAGE_DEPENDENCIES support is experimental. It is meant CMake's EXPORT_PACKAGE_DEPENDENCIES support is experimental\. It is meant
only for experimentation and feedback to CMake developers. only for experimentation and feedback to CMake developers\.
Call Stack \(most recent call first\): Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\) CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it. This warning is for project developers\. Use -Wno-dev to suppress it\.$

View File

@@ -1,6 +1,6 @@
CMake Warning \(dev\) at Experimental/WindowsKernelModeDriver-set.cmake:4 \(cmake_language\): ^CMake Warning \(dev\) at Experimental/WindowsKernelModeDriver-set.cmake:4 \(cmake_language\):
CMake's Windows kernel-mode driver support is experimental. It is meant CMake's Windows kernel-mode driver support is experimental. It is meant
only for experimentation and feedback to CMake developers. only for experimentation and feedback to CMake developers.
Call Stack \(most recent call first\): Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\) CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it. This warning is for project developers. Use -Wno-dev to suppress it.$