diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-08 13:30:52 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-08 13:30:52 +0000 |
commit | f88befd9ee18230bf296f519a5f4c8f4b12dc638 (patch) | |
tree | 1df7340df6c053148cf7b78a9d7450fa308f1123 /cmake/modules | |
parent | 606199fb85d1c8407615e575b5e8bb5c71be27bd (diff) | |
download | external_llvm-f88befd9ee18230bf296f519a5f4c8f4b12dc638.zip external_llvm-f88befd9ee18230bf296f519a5f4c8f4b12dc638.tar.gz external_llvm-f88befd9ee18230bf296f519a5f4c8f4b12dc638.tar.bz2 |
Remove remnant of my experimentation with CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules')
-rw-r--r-- | cmake/modules/HandleLLVMOptions.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake index 21ec5f2..e1f06a7 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. |