Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
eigen
Commits
32871841
Commit
32871841
authored
8 years ago
by
Gael Guennebaud
Browse files
Options
Download
Plain Diff
Merged in enricodetoma/eigen (pull request #241)
Always enable /bigobj for tests to avoid a compile error in MSVC 2015
parents
649a0025
106b5aa9
master
branches/3.3
branches/Anshul-Jaiswal/update-configurevectorizationh-to-not-op-1573079916090
branches/default
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.3-rc2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/EigenTesting.cmake
+1
-1
cmake/EigenTesting.cmake
with
1 addition
and
1 deletion
+1
-1
cmake/EigenTesting.cmake
View file @
32871841
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help