Commit 32871841 authored by Gael Guennebaud's avatar Gael Guennebaud
Browse files

Merged in enricodetoma/eigen (pull request #241)

Always enable /bigobj for tests to avoid a compile error in MSVC 2015
Showing with 1 addition and 1 deletion
+1 -1
......@@ -61,7 +61,7 @@ macro(ei_add_test_internal testname testname_with_suffix)
ei_add_target_property(${targetname} COMPILE_FLAGS "-DEIGEN_TEST_FUNC=${testname}")
if(MSVC AND NOT EIGEN_SPLIT_LARGE_TESTS)
if(MSVC)
ei_add_target_property(${targetname} COMPILE_FLAGS "/bigobj")
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