Skip to content

Commit

Permalink
Remove version constraints completely to allow building with non-rele…
Browse files Browse the repository at this point in the history
…ased versions
  • Loading branch information
Mikael Simberg committed Mar 25, 2022
1 parent 4429e3b commit 8b83b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set(HPX_KOKKOS_VERSION_PATCH 0)
set(HPX_KOKKOS_VERSION_STRING "${HPX_KOKKOS_VERSION_MAJOR}.${HPX_KOKKOS_VERSION_MINOR}.${HPX_KOKKOS_VERSION_PATCH}.")

# Dependencies
find_package(HPX 1.6.0 REQUIRED)
find_package(Kokkos 3.2.0 REQUIRED)
find_package(HPX REQUIRED)
find_package(Kokkos REQUIRED)

# Check that Kokkos and HPX options are consistent.
kokkos_check(DEVICES HPX OPTIONS HPX_ASYNC_DISPATCH)
Expand Down

0 comments on commit 8b83b14

Please sign in to comment.