Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10252


Ignore:
Timestamp:
Feb 2, 2015, 1:04:55 PM (9 years ago)
Author:
muemart
Message:

Fix MSVC debugging environment for newer versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/TargetUtilities.cmake

    r10186 r10252  
    9696      SET(MSVC_PLATFORM "Win32")
    9797    ENDIF()
    98     IF(MSVC10)
     98    IF(NOT (MSVC_VERSION LESS 1600)) #For all versions >= Visual Studio 2010
    9999      CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/src/template.vcxproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/${_target_name}.vcxproj.user")
    100100    ELSE()
Note: See TracChangeset for help on using the changeset viewer.