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:
Benoit Jacob 2011-02-27 21:37:34 -05:00
parent 771e64200f
commit 32025a2510

View File

@ -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)