BVH appears to compile well with clang (re-enabled unit test)

This commit is contained in:
Christoph Hertzberg 2014-12-12 17:36:22 +01:00
parent 874f345562
commit e469ac55c3

View File

@ -29,11 +29,7 @@ ei_add_test(NonLinearOptimization)
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(matrix_power)