Changeset 3280 for code/trunk/cmake
- Timestamp:
- Jul 12, 2009, 11:58:01 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core4 (added) merged: 3235-3237,3245-3250,3253-3254,3260-3261,3265,3270
- Property svn:mergeinfo changed
-
code/trunk/cmake/BuildConfigMSVC.cmake
r3196 r3280 35 35 36 36 # Currently VLD has a problem with MSVC9 although it actually is supported 37 IF(MSVC8 )37 IF(MSVC80) 38 38 OPTION(VISUAL_LEAK_DETECTOR_ENABLE "Memory leak detector" off) 39 39 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.