- Timestamp:
- Feb 14, 2011, 9:05:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/CMakeLists.txt
r242 r243 65 65 SET(checkSL $ENV{SILVERLINING_PATH}) 66 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! ) 67 MESSAGE( "You have activated SilverLining [SL] in CMake, but the SL installation path could not be found!" ) 68 MESSAGE( "Please deactivate SL or setup the SL pathes in CMake manually!" ) 68 69 ENDIF() 69 70
Note: See TracChangeset
for help on using the changeset viewer.