cmake/Tests/RunCMake/TargetProperties/Deprecation-stderr.txt

14 lines
522 B
Plaintext
Raw Normal View History

2020-08-30 11:54:41 +02:00
^CMake Warning \(dev\) at Deprecation\.cmake:[0-9]+ \(target_link_libraries\):
The library that is being linked to, testLibDeprecation, is marked as being
deprecated by the owner\. The message provided by the developer is:
2022-03-29 21:10:50 +02:00
Deprecated version:
This is a long line of preformatted text that would otherwise wrap to multiple lines\.
Please use latest version\.
2020-08-30 11:54:41 +02:00
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers\. Use -Wno-dev to suppress it.