Changeset 241


Ignore:
Timestamp:
Feb 14, 2011, 8:50:12 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/CMakeLists.txt

    r232 r241  
    1313#                                                                                                                                                                                               #
    1414#       NOTE:   On Visual Studio and x64 Arch, CMAKE uses the project settings to specify the           #
    15 #                       correct x64 OSG path, so you can use osg as 32 bit in your system path.                         #
     15#                       correct x64 OSG path, so you can use the 32bit OSG in your system path.                         #
    1616#                                                                                                                                                                                               #
    1717#                                                                                                                                                                                               #
     
    6262        SET(USE_SKY_SILVERLINING ON CACHE BOOL "Enable to use Sundog-soft's Silverlining SDK for sky & weather")
    6363        IF(USE_SKY_SILVERLINING )
     64       
     65                SET(checkSL $ENV{SILVERLINING_PATH})
     66                IF(NOT checkSL)
     67                        MESSAGE( FATAL_ERROR “You have activated SilverLining (SL) in CMake, but the SL installation path couldn't be found! Please deactivate SL or setup it's pathes in CMake manually!” )
     68                ENDIF(checkSL)
     69
     70       
    6471                SET(SOURCES
    6572                        ${SOURCES}
  • osgVisual/trunk/src/core/core_manipulator.cpp

    r234 r241  
    108108                delete _mouse;
    109109        }
     110        _mouseTrackerManip = NULL;
    110111#endif
    111112
    112113        _objectMountedCameraManip = NULL;
    113         _mouseTrackerManip = NULL;
    114114        _nt = NULL;
    115115        _rootNode = NULL;
Note: See TracChangeset for help on using the changeset viewer.