Changeset 105 for osgVisual


Ignore:
Timestamp:
Jul 29, 2010, 10:06:51 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/CMakeLists.txt

    r104 r105  
    369369
    370370# CMAKE Fix for VS to not prepend build type to path.
    371 SET_TARGET_PROPERTIES(osgVisual PROPERTIES PREFIX "../")
     371IF(MSVC)
     372        SET_TARGET_PROPERTIES(osgVisual PROPERTIES PREFIX "../")
     373ENDIF(MSVC)
    372374SET_TARGET_PROPERTIES( osgVisual PROPERTIES DEBUG_POSTFIX d )
    373375
Note: See TracChangeset for help on using the changeset viewer.