Skip to content

Commit

Permalink
Update pika version requirement in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 12, 2023
1 parent 876cd99 commit 518472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 518472b

Please sign in to comment.