mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 18:19:34 +08:00
disable BVH test on Clang++. Looks like there's a good reason why BVH is unsupported. It seems to have a very weird usage pattern, relying on an externally defined bounding_box function in a naive way.
This commit is contained in:
parent
771e64200f
commit
32025a2510
@ -67,7 +67,11 @@ endif(ADOLC_FOUND)
|
||||
|
||||
ei_add_test(NumericalDiff)
|
||||
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)
|
||||
ei_add_test(alignedvector3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user