From 274393187674128258b64d81e9c750e7f20cc04d Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 8 Mar 2011 13:30:52 +0000 Subject: [PATCH] Remove remnant of my experimentation with CMake. llvm-svn: 127244 --- cmake/modules/HandleLLVMOptions.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake index 21ec5f23e71..e1f06a7ab9c 100644 --- a/cmake/modules/HandleLLVMOptions.cmake +++ b/cmake/modules/HandleLLVMOptions.cmake @@ -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.