summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObsoleteQtMacros
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-09-17 17:11:39 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-10-08 16:23:42 (GMT)
commitf69606d3354701c2e4ef4ed0718802e1fa6b7fd5 (patch)
treef146c3c2e82f5dc0e9c0737fc624272bf7a7d881 /Tests/RunCMake/ObsoleteQtMacros
parent509c142a3f5ae4c1aa8dfcb4257c63a9e1edc270 (diff)
downloadCMake-f69606d3354701c2e4ef4ed0718802e1fa6b7fd5.zip
CMake-f69606d3354701c2e4ef4ed0718802e1fa6b7fd5.tar.gz
CMake-f69606d3354701c2e4ef4ed0718802e1fa6b7fd5.tar.bz2
Qt4Macros: Port to use message(DEPRECATION)
Diffstat (limited to 'Tests/RunCMake/ObsoleteQtMacros')
-rw-r--r--Tests/RunCMake/ObsoleteQtMacros/AutomocMacro-WARN-stderr.txt2
-rw-r--r--Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/ObsoleteQtMacros/AutomocMacro-WARN-stderr.txt b/Tests/RunCMake/ObsoleteQtMacros/AutomocMacro-WARN-stderr.txt
index 6f7e8ee..f358cc4 100644
--- a/Tests/RunCMake/ObsoleteQtMacros/AutomocMacro-WARN-stderr.txt
+++ b/Tests/RunCMake/ObsoleteQtMacros/AutomocMacro-WARN-stderr.txt
@@ -1,4 +1,4 @@
-CMake Warning at .*/Modules/Qt4Macros.cmake:[^ ]+ \(message\):
+CMake Deprecation Warning at .*/Modules/Qt4Macros.cmake:[^ ]+ \(message\):
The qt4_automoc macro is obsolete. Use the CMAKE_AUTOMOC feature instead.
Call Stack \(most recent call first\):
AutomocMacro-WARN.cmake:7 \(qt4_automoc\)
diff --git a/Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt b/Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt
index b90c665..c69af65 100644
--- a/Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt
+++ b/Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt
@@ -1,4 +1,4 @@
-CMake Warning at .*/Modules/Qt4Macros.cmake:[^ ]+ \(message\):
+CMake Deprecation Warning at .*/Modules/Qt4Macros.cmake:[^ ]+ \(message\):
The qt4_use_modules function is obsolete. Use target_link_libraries with
IMPORTED targets instead.
Call Stack \(most recent call first\):