summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-04-27 15:11:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-29 11:48:02 +0200
commit4490681459c2a41935d2a15067e6959f3e4e852c (patch)
tree3bf88006e3ee45681651c517b75ffec9a2c352ed /tests/auto
parent75a0c7f9b52cde47f20fdc1b89e1264d60350848 (diff)
Add some more useful output when about the cmake version
Change-Id: I58efa1f295dbc652b1882937ca27ea52d9f4a923 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index 5d059500b0..3b0d7d09e6 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -82,7 +82,7 @@ if(${CMAKE_VERSION} VERSION_EQUAL 2.8.7 OR ${CMAKE_VERSION} VERSION_GREATER 2.8.
# Requires CMAKE_AUTOMOC function in CMake 2.8.7
expect_pass(pass1)
else()
- message("CMake version older than 2.8.7. Not running test \"pass1\"")
+ message("CMake version older than 2.8.7 (Found ${CMAKE_VERSION}). Not running test \"pass1\"")
endif()
expect_pass(pass2)
# Modules do not currently find their own dependencies.