Changeset 2812

Show
Ignore:
Timestamp:
11/14/07 12:47:03 (1 year ago)
Author:
prahal
Message:

Fix message to not show "include".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3rd-party-cmake-modules/modules/FindORBit2.cmake

    r2811 r2812  
    5454                SET( ORBIT2_FOUND 1 ) 
    5555                IF ( NOT ORBit2_FIND_QUIETLY ) 
    56                         MESSAGE( STATUS "Found ORBit2: ${ORBIT2_LIBRARIES} include ${ORBIT2_INCLUDE_DIRS}" ) 
     56                        MESSAGE( STATUS "Found ORBit2: ${ORBIT2_LIBRARIES} ${ORBIT2_INCLUDE_DIRS}" ) 
    5757                ENDIF ( NOT ORBit2_FIND_QUIETLY ) 
    5858        ELSE ( ORBIT2_LIBRARIES AND ORBIT2_INCLUDE_DIRS AND _orbit2_FOUND )