Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9476


Ignore:
Timestamp:
Nov 29, 2012, 11:23:26 PM (11 years ago)
Author:
landauf
Message:

removed some lines that were accidentally copy-pasted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/cmake/tools/TargetUtilities.cmake

    r9474 r9476  
    9191  # these get written to the *vcproj.yourPCname.yourname.user
    9292  IF(MSVC)
    93     IF(CMAKE_CL_64)
    94       SET(MSVC_PLATFORM "x64")
    95     ELSE()
    96       SET(MSVC_PLATFORM "Win32")
    97     ENDIF()
    9893    IF(MSVC10)
    9994      CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/src/template.vcxproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/${_target_name}.vcxproj.user")
Note: See TracChangeset for help on using the changeset viewer.