KOKKOS.cmake: fix a typo

This commit is contained in:
Christoph Junghans
2020-03-30 12:28:24 -06:00
committed by GitHub
parent dd7cb2b770
commit 802909386b

View File

@ -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}