mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
Tests/RunCMake/cmake_language: Expect experimental warnings more precisely
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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
|
||||
is meant only for experimentation and feedback to CMake developers.
|
||||
^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
|
||||
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.
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
CMake Warning \(dev\) at Experimental/ExportPackageDependencies-set.cmake:4 \(cmake_language\):
|
||||
CMake's EXPORT_PACKAGE_DEPENDENCIES support is experimental. It is meant
|
||||
only for experimentation and feedback to CMake developers.
|
||||
^CMake Warning \(dev\) at Experimental/ExportPackageDependencies-set\.cmake:4 \(cmake_language\):
|
||||
CMake's EXPORT_PACKAGE_DEPENDENCIES support 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.
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||
|
||||
@@ -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
|
||||
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.
|
||||
CMakeLists.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.$
|
||||
|
||||
Reference in New Issue
Block a user