[Orxonox-commit 4807] r9476 - code/branches/testing/cmake/tools
landauf at orxonox.net
landauf at orxonox.net
Thu Nov 29 23:23:27 CET 2012
Author: landauf
Date: 2012-11-29 23:23:26 +0100 (Thu, 29 Nov 2012)
New Revision: 9476
Modified:
code/branches/testing/cmake/tools/TargetUtilities.cmake
Log:
removed some lines that were accidentally copy-pasted
Modified: code/branches/testing/cmake/tools/TargetUtilities.cmake
===================================================================
--- code/branches/testing/cmake/tools/TargetUtilities.cmake 2012-11-29 21:55:05 UTC (rev 9475)
+++ code/branches/testing/cmake/tools/TargetUtilities.cmake 2012-11-29 22:23:26 UTC (rev 9476)
@@ -90,11 +90,6 @@
# right values. When starting the solution for the first time,
# these get written to the *vcproj.yourPCname.yourname.user
IF(MSVC)
- IF(CMAKE_CL_64)
- SET(MSVC_PLATFORM "x64")
- ELSE()
- SET(MSVC_PLATFORM "Win32")
- ENDIF()
IF(MSVC10)
CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/src/template.vcxproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/${_target_name}.vcxproj.user")
ELSE()
More information about the Orxonox-commit
mailing list