From d76145ed59b369731ec82dae27aba20117198ba7 Mon Sep 17 00:00:00 2001 From: Christophe Murphy Date: Fri, 24 May 2024 13:54:59 -0700 Subject: [PATCH] Fix for issue #3539 MKL find_package doesn't seem to support version ranges so increased it to current one 2024.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12d6e557c9..882771fc22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.13) set(DPCPP_COMPILER ON) set(MKL_THREADING "tbb_thread") set(MKL_INTERFACE "ilp64") - find_package(MKL 2023.1) + find_package(MKL 2024.1) endif() af_multiple_option(NAME AF_COMPUTE_LIBRARY