1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Remove remnant of my experimentation with CMake.

llvm-svn: 127244
This commit is contained in:
Oscar Fuentes 2011-03-08 13:30:52 +00:00
parent 41075b3ffb
commit 2743931876

View File

@ -102,8 +102,6 @@ if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
endif( LLVM_BUILD_32_BITS )
endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
message(STATUS "uno"
"dos")
if( MSVC_IDE AND ( MSVC90 OR MSVC10 ) )
# Only Visual Studio 2008 and 2010 officially supports /MP.
# Visual Studio 2005 do support it but it's experimental there.