From ed344a138591704b841fb67f7dd39a4555ffae13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Fri, 1 Jul 2022 20:23:24 +0200 Subject: [PATCH] Improve wording for CMake keywords explanation --- docs/source/keywords.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index 623f35e15..a3715d664 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -5,9 +5,9 @@ CMake Keywords .. important:: - With version 3.0 all Kokkos CMake keywords are prefixed with `Kokkos_` which is case-sensitive. + With version 3.0 all Kokkos CMake keywords are prefixed with ``Kokkos_`` which is case-sensitive. - Recall that to set a keyword in CMake you used the syntax ``-Dkeyword_name``. + Options can be enabled / disabled by specifying ``-DKokkos_ENABLE_X=ON`` / ``-DKokkos_ENABLE_X=OFF``. This page is organized in four sections: