From ed7cea0d640460834d71b254d266c4a06f136edf Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 2 May 2025 15:10:19 -0400 Subject: [PATCH] Add support ArborX 2.0 in cmake --- cmake/modules/FindDEAL_II_ARBORX.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/modules/FindDEAL_II_ARBORX.cmake b/cmake/modules/FindDEAL_II_ARBORX.cmake index 01dd55db86..bc28baf146 100644 --- a/cmake/modules/FindDEAL_II_ARBORX.cmake +++ b/cmake/modules/FindDEAL_II_ARBORX.cmake @@ -41,9 +41,6 @@ if(ArborX_FOUND) if(ArborX_VERSION VERSION_LESS 1.3) message(STATUS "Found ArborX version ${ArborX_VERSION} but the minimum version supported is 1.3") unset(ArborX_FOUND) - elseif(ArborX_VERSION VERSION_GREATER_EQUAL 2.0) - message(STATUS "Found ArborX version ${ArborX_VERSION}. The 2.X series is not currently supported") - unset(ArborX_FOUND) endif() endif() -- 2.39.5