From 178ca78dd93a8665fe3fc1c07d30acac4766c6b9 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 7 Oct 2019 18:57:28 +0200 Subject: [PATCH] add TODO comment for experimental and thus currently undocumented CMake option --- cmake/Modules/Packages/KOKKOS.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/Modules/Packages/KOKKOS.cmake b/cmake/Modules/Packages/KOKKOS.cmake index 4134fed597..428588ec9d 100644 --- a/cmake/Modules/Packages/KOKKOS.cmake +++ b/cmake/Modules/Packages/KOKKOS.cmake @@ -1,4 +1,7 @@ if(PKG_KOKKOS) + # TODO: this option needs to be documented when this works with a + # regular release version of KOKKOS, and a version compatibility check + # of external KOKKOS lib versus what the KOKKOS package needs is required. option(EXTERNAL_KOKKOS "Build against external kokkos library") if(EXTERNAL_KOKKOS) find_package(Kokkos REQUIRED)