From dd1de875c5cdce9b422b26bf6e82d6f1098ef769 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 20 May 2014 20:21:42 -0700 Subject: [PATCH] Remove hack not needed for VS2013. --- Sources/Tests/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Tests/CMakeLists.txt b/Sources/Tests/CMakeLists.txt index 39c23e73..b3352207 100644 --- a/Sources/Tests/CMakeLists.txt +++ b/Sources/Tests/CMakeLists.txt @@ -1,7 +1,3 @@ -if( MSVC ) # VS2012 doesn't support correctly the tuples yet and gtest doesn't compile without this - add_definitions( /D _VARIADIC_MAX=10 ) -endif() - add_subdirectory(gtest-1.6.0) add_subdirectory(CoreTests)