diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 23:01:30 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 23:01:30 +0100 |
| commit | 57ae7cbf6f545870b3366caa40f97987a1b5ed58 (patch) | |
| tree | 955bdf9f5a6ee39b3e2e01a3634dd787af84a397 | |
| parent | 30be99218589ec0342f0532a603c312049584f8d (diff) | |
Remove redundant messages
| -rw-r--r-- | CMakeLists.txt | 3 |
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) |