summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)