Skip to content

Commit

Permalink
Increase minimum required HPX version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 15, 2023
1 parent c62a42e commit 12b0c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindTPLHPX.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FIND_PACKAGE(HPX REQUIRED 1.7.0)
FIND_PACKAGE(HPX REQUIRED 1.8.0)
#as of right now, HPX doesn't export correctly
#so let's convert it to an interface target
KOKKOS_CREATE_IMPORTED_TPL(HPX INTERFACE
Expand Down

0 comments on commit 12b0c80

Please sign in to comment.