Ignore:
Timestamp:
Feb 14, 2011, 8:50:12 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.