aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2008-11-23 18:04:56 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2008-11-23 18:04:56 +0000
commit75908891c6843f01bcf544c3759e0cf7e4cd3bb3 (patch)
tree56a8e3eee8afabd1b7424f3011c2e0d835523ec8
parent871ed131dbeec812da54b47c8f2da6b68d538db5 (diff)
downloadextra-cmake-modules-75908891c6843f01bcf544c3759e0cf7e4cd3bb3.tar.gz
extra-cmake-modules-75908891c6843f01bcf544c3759e0cf7e4cd3bb3.tar.bz2
SVN_SILENT: remove debug output
svn path=/trunk/KDE/kdelibs/; revision=888076
-rw-r--r--modules/FindBoost.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/FindBoost.cmake b/modules/FindBoost.cmake
index c378d821..cf0333a0 100644
--- a/modules/FindBoost.cmake
+++ b/modules/FindBoost.cmake
@@ -253,7 +253,6 @@ ELSE (_boost_IN_CACHE)
IF(Boost_MINIMUM_VERSION MATCHES "[0-9]+\\.[0-9]+\\.[0-9]")
STRING(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\1" Boost_FIND_VERSION_MAJOR ${Boost_MINIMUM_VERSION})
STRING(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\2" Boost_FIND_VERSION_MINOR ${Boost_MINIMUM_VERSION})
- message(STATUS "3")
STRING(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\3" Boost_FIND_VERSION_PATCH ${Boost_MINIMUM_VERSION})
ELSEIF(Boost_MINIMUM_VERSION MATCHES "[0-9]+\\.[0-9]+")
STRING(REGEX REPLACE "([0-9]+)\\.([0-9]+)" "\\1" Boost_FIND_VERSION_MAJOR ${Boost_MINIMUM_VERSION})