mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Don't deactivate BVH test for clang (probably, this was failing for very old versions of clang)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user