Skip to content

Commit

Permalink
Merge pull request #609 from aprokop/kokkos_version
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 20, 2022
2 parents 3fd7688 + 7857356 commit 6794807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 3.16)
project(ArborX CXX)

find_package(Kokkos 3.4 REQUIRED)
find_package(Kokkos 3.4 REQUIRED CONFIG)
message(STATUS "Found Kokkos: ${Kokkos_DIR} (version \"${Kokkos_VERSION}\")")
if(Kokkos_ENABLE_CUDA)
kokkos_check(OPTIONS CUDA_LAMBDA)
endif()
Expand Down

0 comments on commit 6794807

Please sign in to comment.