mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
Don't deactivate BVH test for clang (probably, this was failing for very old versions of clang)
This commit is contained in:
parent
41c3a2ffc1
commit
0a3356f4ec
@ -54,9 +54,7 @@ ei_add_test(NumericalDiff)
|
||||
ei_add_test(autodiff_scalar)
|
||||
ei_add_test(autodiff)
|
||||
|
||||
if (NOT CMAKE_CXX_COMPILER MATCHES "clang\\+\\+$")
|
||||
ei_add_test(BVH)
|
||||
endif()
|
||||
|
||||
ei_add_test(matrix_exponential)
|
||||
ei_add_test(matrix_function)
|
||||
|
Loading…
Reference in New Issue
Block a user