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

KOKKOS.cmake: fix a typo

parent dd7cb2b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ if(PKG_KOKKOS)
  option(DOWNLOAD_KOKKOS "Download the KOKKOS library instead of using an already installed 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 hiigher")
      message(FATAL_ERROR "Downloading kokkos currently only works with cmake-3.11 and higher")
    endif()
    message(STATUS "KOKKOS download requested - we will build our own")
    # Workaround for cross compilation with MinGW where ${CMAKE_INSTALL_LIBDIR}