Unverified Commit c126df4f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update KOKKOS FFT status message in CMake summary

parent 53554fdb
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -745,6 +745,12 @@ if(PKG_KSPACE)
    message(STATUS "Using non-threaded FFTs")
  endif()
  if(PKG_KOKKOS AND KOKKOS_ENABLE_CUDA)
    if (${FFT} STREQUAL "KISS")
      message(STATUS "Kokkos FFT: KISS")
    else()
      message(STATUS "Kokkos FFT: cuFFT")
    endif()
  else()
    message(STATUS "Kokkos FFT: ${FFT}")
  endif()
endif()