diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c994422a00d3320b60ca2ad19fe9dc9f9f1b99b..e73cf293f1341de7d55d71f1ed232b2958015aa8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 #Start WOLF build
-MESSAGE("Starting WOLF CMakeLists ...")
+MESSAGE(STATUS "Starting WOLF CMakeLists ...")
 
 # Pre-requisites about cmake itself
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
@@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC)
 
 IF(PROFILING)
   add_definitions(-DPROFILING)
-  message("Compiling with profiling options...")
+  message(STATUS "Compiling with profiling options...")
 ENDIF(PROFILING)
 
 if(BUILD_TESTS)