From a3398a862b768801c2c9160a216373b14f17bff0 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Feb 2015 13:58:31 +0100 Subject: [PATCH] removed tabs from cmake config file --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c96a599..b30625f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,9 +54,9 @@ endif() if(RAPIDJSON_BUILD_TESTS) if(MSVC11) - # required for VS2012 due to missing support for variadic templates - add_definitions(-D_VARIADIC_MAX=10) - endif(MSVC11) + # required for VS2012 due to missing support for variadic templates + add_definitions(-D_VARIADIC_MAX=10) + endif(MSVC11) add_subdirectory(test) include(CTest) endif()