]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Suppress debug info (Stefan)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Jan 2010 10:12:11 +0000 (10:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Jan 2010 10:12:11 +0000 (10:12 +0000)
cmake/modules/ALICEMacros.cmake

index 4d462c6f35476c1889a7adefeb6317c6d33e657e..5b7bf3df60044e9ca0da7daad815a69c612de8b4 100644 (file)
@@ -42,7 +42,7 @@ Function (AddLibrary LIB SRCS DHDRS)
 
 # Adds an AliRoot library as a target
 
-  Message(STATUS Debug ${LIB})
+  Message(STATUS Debug ${LIB})
   Set(_path)
   List(LENGTH SRCS _len)
   If(_len GREATER 0)
@@ -62,10 +62,10 @@ Function (AddLibrary LIB SRCS DHDRS)
     Endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_path}/${LIB}LinkDef.h)
   Endif(_path)
 
-  Message(STATUS Debug - ${CMAKE_CURRENT_SOURCE_DIR} - ${LIB} - ${LDEF})
+  Message(STATUS Debug - ${CMAKE_CURRENT_SOURCE_DIR} - ${LIB} - ${LDEF})
 
   Set(DICT)
-  Message(STATUS Debug ${LDEF})
+  Message(STATUS Debug ${LDEF})
   If(LDEF)
 # even with no cxx files, one may want to build an empty lib as a placeholder
 # in AliRoot this is signalled by the existence of an (empty) ${LIB}LinkDef.h
@@ -189,7 +189,7 @@ Function (AddExecutable BIN SRCS LIBS)
 # Adds an AliRoot executable as a target
 
   String(REGEX REPLACE "(.*)exe" "\\1" executable_name "${BIN}")
-  MESSAGE("EXECUTABLE: ${executable_name}")
+  MESSAGE("EXECUTABLE: ${executable_name}")
 
   Add_Executable(${BIN} ${SRCS})
   Target_Link_Libraries(${BIN} ${ROOT_LIBRARIES} ${LIBS})