Changeset 2812
- Timestamp:
- 11/14/07 12:47:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3rd-party-cmake-modules/modules/FindORBit2.cmake
r2811 r2812 54 54 SET( ORBIT2_FOUND 1 ) 55 55 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}" ) 57 57 ENDIF ( NOT ORBit2_FIND_QUIETLY ) 58 58 ELSE ( ORBIT2_LIBRARIES AND ORBIT2_INCLUDE_DIRS AND _orbit2_FOUND )
