Changeset 2823

Show
Ignore:
Timestamp:
11/14/07 21:58:32 (1 year ago)
Author:
prahal
Message:

Fix typo . Forgottent 2 in ORBIT2.

Files:

Legend:

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

    r2813 r2823  
    5050 
    5151        # Handle dependencies 
    52         IF ( NOT ORBIT_FOUND ) 
     52        IF ( NOT ORBIT2_FOUND ) 
    5353                FIND_PACKAGE( ORBit2 REQUIRED) 
    5454                IF ( ORBIT2_FOUND ) 
     
    5656                        SET ( GCONF2_LIBRARIES ${GCONF2_LIBRARIES} ${ORBIT2_LIBRARIES} ) 
    5757                ENDIF ( ORBIT2_FOUND ) 
    58         ENDIF ( NOT ORBIT_FOUND ) 
     58        ENDIF ( NOT ORBIT2_FOUND ) 
    5959 
    6060        # Report results