Skip to content

Commit

Permalink
Merge pull request #6132 from msimberg/hpx-version-requirement-1.8.0
Browse files Browse the repository at this point in the history
Increase minimum required HPX version to 1.8.0
  • Loading branch information
dalg24 authored May 15, 2023
2 parents 8a541b5 + 12b0c80 commit 336473d
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 336473d

Please sign in to comment.