From 35a85527e19dcfbc67bea3774bd6ac0383a2f7ff Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 11 May 2006 20:44:24 +0000 Subject: remove debugging message. aleXXX said it was ok. svn path=/trunk/KDE/kdelibs/; revision=539852 --- modules/MacroEnsureVersion.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/MacroEnsureVersion.cmake') 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}") -- cgit v1.2.1