From 0a3356f4ece30cd486b616eb1da9128aa4f245be Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Tue, 25 Sep 2018 20:26:16 +0200 Subject: Don't deactivate BVH test for clang (probably, this was failing for very old versions of clang) --- unsupported/test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'unsupported/test/CMakeLists.txt') 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) -- cgit v1.2.3