Changeset 923

Show
Ignore:
Timestamp:
08/04/08 23:07:45 (4 years ago)
Author:
robert
Message:

Removed messages reporting OSG_* var settings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CMakeModules/FindOSG.cmake

    r921 r923  
    9999     
    100100    GET_FILENAME_COMPONENT( OSG_LIBRARIES_DIR ${OSG_LIBRARY} PATH ) 
    101     MESSAGE("-- OSG_LIBRARIES_DIR: " ${OSG_LIBRARIES_DIR}) 
    102     MESSAGE("-- OSG_INCLUDE_DIRS: " ${OSG_INCLUDE_DIRS}) 
     101#    MESSAGE("-- OSG_LIBRARIES_DIR: " ${OSG_LIBRARIES_DIR}) 
     102#    MESSAGE("-- OSG_INCLUDE_DIRS: " ${OSG_INCLUDE_DIRS}) 
    103103ENDIF( OSG_LIBRARY AND OSG_INCLUDE_DIR ) 
    104104