KOKKOS.cmake: make doc more clear

This commit is contained in:
Christoph Junghans
2020-03-30 12:29:19 -06:00
committed by GitHub
parent 802909386b
commit 1ceb335059

View File

@ -1,6 +1,6 @@
if(PKG_KOKKOS)
option(EXTERNAL_KOKKOS "Build against external kokkos library")
option(DOWNLOAD_KOKKOS "Download the KOKKOS library instead of using an already installed one" OFF)
option(DOWNLOAD_KOKKOS "Download the KOKKOS library instead of using the bundled 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 higher")