From: Bruno Turcksin Date: Fri, 2 May 2025 19:10:19 +0000 (-0400) Subject: Add support ArborX 2.0 in cmake X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7cea0d640460834d71b254d266c4a06f136edf;p=dealii.git Add support ArborX 2.0 in cmake --- 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()