Commit 178ca78d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add TODO comment for experimental and thus currently undocumented CMake option

parent 8c063343
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
if(PKG_KOKKOS)
  # TODO: this option needs to be documented when this works with a
  # regular release version of KOKKOS, and a version compatibility check
  # of external KOKKOS lib versus what the KOKKOS package needs is required.
  option(EXTERNAL_KOKKOS "Build against external kokkos library")
  if(EXTERNAL_KOKKOS)
    find_package(Kokkos REQUIRED)