KOKKOS.cmake: fix a typo
This commit is contained in:
committed by
GitHub
parent
dd7cb2b770
commit
802909386b
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user