summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-11-09 23:01:30 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-11-09 23:01:30 +0100
commit57ae7cbf6f545870b3366caa40f97987a1b5ed58 (patch)
tree955bdf9f5a6ee39b3e2e01a3634dd787af84a397 /CMakeLists.txt
parent30be99218589ec0342f0532a603c312049584f8d (diff)
Remove redundant messages
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a70663..715535e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,9 +52,6 @@ IF ( BUILD_SERVER )
ELSE ( BUILD_SERVER )
SET ( APPNAME "tuxanci" )
ENDIF ( BUILD_SERVER )
-MESSAGE ( "<******************************>" )
-MESSAGE ( "Configure for ${APPNAME} Started" )
-MESSAGE ( "<******************************>" )
CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 )
CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 FATAL_ERROR )
INCLUDE (cmake/MacroAddSources.cmake)