Commit a3398a86 authored by unknown's avatar unknown

removed tabs from cmake config file

parent c7672553
...@@ -54,9 +54,9 @@ endif() ...@@ -54,9 +54,9 @@ endif()
if(RAPIDJSON_BUILD_TESTS) if(RAPIDJSON_BUILD_TESTS)
if(MSVC11) if(MSVC11)
# required for VS2012 due to missing support for variadic templates # required for VS2012 due to missing support for variadic templates
add_definitions(-D_VARIADIC_MAX=10) add_definitions(-D_VARIADIC_MAX=10)
endif(MSVC11) endif(MSVC11)
add_subdirectory(test) add_subdirectory(test)
include(CTest) include(CTest)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment