Unverified Commit 1ceb3350 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

KOKKOS.cmake: make doc more clear

parent 80290938
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
if(PKG_KOKKOS)
  option(EXTERNAL_KOKKOS "Build against external kokkos library")
  option(DOWNLOAD_KOKKOS "Download the KOKKOS library instead of using an already installed one" OFF)
  option(DOWNLOAD_KOKKOS "Download the KOKKOS library instead of using the bundled one" OFF)
  if(DOWNLOAD_KOKKOS)
    if(CMAKE_VERSION VERSION_LESS 3.11)
      message(FATAL_ERROR "Downloading kokkos currently only works with cmake-3.11 and higher")