Skip to content
Snippets Groups Projects
Commit 71346011 authored by Michael J. Spencer's avatar Michael J. Spencer
Browse files

Fix VC2010 build.

llvm-svn: 116833
parent 5dd1e0de
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,6 @@ endif() ...@@ -26,9 +26,6 @@ endif()
set(LLVM_REQUIRES_RTTI 1) set(LLVM_REQUIRES_RTTI 1)
add_definitions( -DGTEST_HAS_RTTI=0 ) add_definitions( -DGTEST_HAS_RTTI=0 )
# libstdc++'s TR1 <tuple> header depends on RTTI and uses C++'0x features not
# supported by Clang, so force googletest to use its own tuple implementation.
add_definitions( -DGTEST_USE_OWN_TR1_TUPLE )
add_llvm_library(gtest add_llvm_library(gtest
googletest/gtest.cc googletest/gtest.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment