aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-09-25 20:26:16 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-09-25 20:26:16 +0200
commit0a3356f4ece30cd486b616eb1da9128aa4f245be (patch)
tree314f1048f7dbb3ad291f76a38d0c12631db6141f /unsupported/test/CMakeLists.txt
parent41c3a2ffc105812e81f8bef81e09e7099d36f9bd (diff)
Don't deactivate BVH test for clang (probably, this was failing for very old versions of clang)
Diffstat (limited to 'unsupported/test/CMakeLists.txt')
-rw-r--r--unsupported/test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt
index 1a4a77058..875842272 100644
--- a/unsupported/test/CMakeLists.txt
+++ b/unsupported/test/CMakeLists.txt
@@ -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)