aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2006-05-11 20:44:24 +0000
committerAllen Winter <winter@kde.org>2006-05-11 20:44:24 +0000
commit35a85527e19dcfbc67bea3774bd6ac0383a2f7ff (patch)
treea7a748743cc843c9a54c985d59345934e44d3e2f /modules
parenta1cd53cff402332c1bcf7a625b33d9330a247608 (diff)
downloadextra-cmake-modules-35a85527e19dcfbc67bea3774bd6ac0383a2f7ff.tar.gz
extra-cmake-modules-35a85527e19dcfbc67bea3774bd6ac0383a2f7ff.tar.bz2
remove debugging message. aleXXX said it was ok.
svn path=/trunk/KDE/kdelibs/; revision=539852
Diffstat (limited to 'modules')
-rw-r--r--modules/MacroEnsureVersion.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/MacroEnsureVersion.cmake b/modules/MacroEnsureVersion.cmake
index c2bcc448..89047307 100644
--- a/modules/MacroEnsureVersion.cmake
+++ b/modules/MacroEnsureVersion.cmake
@@ -6,8 +6,6 @@
#
MACRO(MACRO_ENSURE_VERSION requested_version found_version var_too_old)
- message(STATUS "requested_version=${requested_version} found_version=${found_version}")
-
# parse the parts of the version strings
STRING(REGEX REPLACE "([0-9]+)\\.[0-9]+\\.[0-9]+" "\\1" req_major_vers "${requested_version}")
STRING(REGEX REPLACE "[0-9]+\\.([0-9])+\\.[0-9]+" "\\1" req_minor_vers "${requested_version}")