<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
 INCLUDE( config/DependentOption.cmake )
 
 SET(CMAKE_VERSION &quot;${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}&quot;)
-MESSAGE(&quot;CMAKE_VERSION: ${CMAKE_VERSION}&quot;)
+MESSAGE(STATUS &quot;Detected CMake version ${CMAKE_VERSION}&quot;)
 
 #
 # If we're using gcc, make sure the version is OK.
@@ -29,12 +29,12 @@ ENDIF ( CMAKE_CXX_COMPILER_ARG1 )
 IF ( ${CXX_HAS_VERSION} EQUAL 0 )
   # We are assuming here that -dumpversion is gcc specific.
   IF( CXX_VERSION MATCHES &quot;4\\.[0-9]\\.[0-9]&quot; )
-    MESSAGE(&quot;Detected gcc4: ${CXX_VERSION}&quot;)
+    MESSAGE(STATUS &quot;Detected gcc4: ${CXX_VERSION}&quot;)
     #SET(RTT_CXXFLAGS &quot;-fvisibility-inlines-hidden&quot;)
     SET(RTT_GCC_HASVISIBILITY TRUE)
   ELSE(CXX_VERSION MATCHES &quot;4\\.[0-9]\\.[0-9]&quot;)
     IF( CXX_VERSION MATCHES &quot;3\\.[0-9]\\.[0-9]&quot; )
-      MESSAGE(&quot;Detected gcc3: ${CXX_VERSION}&quot;)
+      MESSAGE(STATUS &quot;Detected gcc3: ${CXX_VERSION}&quot;)
     ELSE( CXX_VERSION MATCHES &quot;3\\.[0-9]\\.[0-9]&quot; )
       MESSAGE(&quot;ERROR: You seem to be using gcc version:&quot;)
       MESSAGE(&quot;${CXX_VERSION}&quot;)
@@ -83,7 +83,6 @@ OPTION( BUILD_STATIC &quot;Build Orocos RTT as a static library.&quot; ${FORCE_BUILD_STATI
 # CORBA
 #
 OPTION( ENABLE_CORBA &quot;Enable CORBA&quot; OFF)
-MESSAGE(${CORBA_IMPLEMENTATION})
 IF (NOT CORBA_IMPLEMENTATION)
     SET( CORBA_IMPLEMENTATION TAO CACHE STRING &quot;the implementation of corba to use (TAO or OMNIORB)&quot; )
 ENDIF (NOT CORBA_IMPLEMENTATION)</diff>
      <filename>config/global_setup.cmake</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,7 @@ ADD_SUBDIRECTORY( targets )
 
 # Reduce debugging info in scripting dir.
 IF ( NOT OS_EMBEDDED OR OS_EMBEDDED_SCRIPTING AND CMAKE_BUILD_TYPE STREQUAL &quot;Debug&quot; )
-  MESSAGE(&quot;Changing flags for Scripting files&quot;)
+  MESSAGE(STATUS &quot;Changing flags for scripting files&quot;)
  SET_SOURCE_FILES_PROPERTIES( $ENV{GLOBAL_SCRIPTING_SRCS} PROPERTIES COMPILE_FLAGS &quot;-g1 -O2&quot; )
 ENDIF ( NOT OS_EMBEDDED OR OS_EMBEDDED_SCRIPTING AND CMAKE_BUILD_TYPE STREQUAL &quot;Debug&quot; )
 #SET_SOURCE_FILES_PROPERTIES( Timer.cpp PROPERTIES COMPILE_FLAGS &quot;-g&quot;)</diff>
      <filename>src/CMakeLists.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 # this option was set in global_rules.cmake
 IF(ENABLE_CORBA)
-  MESSAGE( &quot;CORBA Support enabled.&quot;)
+  MESSAGE(STATUS &quot;CORBA support enabled.&quot;)
   # Finally:
  
   INCLUDE_DIRECTORIES(${CORBA_INCLUDE_DIRS})</diff>
      <filename>src/corba/CMakeLists.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>090a04cdc03edd2769552797bfaddc3995c3fe02</id>
    </parent>
  </parents>
  <author>
    <name>Sylvain Joyeux</name>
    <email>sylvain.joyeux@dfki.de</email>
  </author>
  <url>http://github.com/doudou/orocos-rtt/commit/bbd6c0aab28153c25f8fadc22a526d515da50308</url>
  <id>bbd6c0aab28153c25f8fadc22a526d515da50308</id>
  <committed-date>2008-12-19T07:31:37-08:00</committed-date>
  <authored-date>2008-09-26T08:53:21-07:00</authored-date>
  <message>build: nicer output</message>
  <tree>b2c9956de2e717db817c9ea73d97699a050cbecd</tree>
  <committer>
    <name>Sylvain Joyeux</name>
    <email>sylvain.joyeux@dfki.de</email>
  </committer>
</commit>
