From 518472b83d2917683ccb7aaa21099bb4e5e90a64 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 12 May 2023 15:41:58 +0200 Subject: [PATCH] Update pika version requirement in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae31cffaba..82d722e203 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ else() endif() # ----- pika -find_package(pika 0.15.0 REQUIRED) +find_package(pika 0.15.1 REQUIRED) find_package(pika-algorithms 0.1.1 REQUIRED) # ----- BLASPP/LAPACKPP