Remove remnant of my experimentation with CMake.
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 8 Mar 2011 13:30:52 +0000 (13:30 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 8 Mar 2011 13:30:52 +0000 (13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127244 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/HandleLLVMOptions.cmake

index 21ec5f23e7107c419a7fe04d2d35f2c55aa0c10c..e1f06a7ab9cfd5edefd74a113760e8ed1ff71d26 100644 (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.