summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/message/warnmessage-stderr.txt
blob: e60af6e43b7e904be773b6c5abf5ef4d121280bd (plain)
1
2
3
4
5
6
7
8
9
10
11
^CMake Deprecation Warning at warnmessage.cmake:4 \(message\):
  This is a deprecation warning
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Warning \(dev\) at warnmessage.cmake:8 \(message\):
  This is a author warning
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.$