Skip to content

Commit

Permalink
Improve wording for CMake keywords explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jul 11, 2022
1 parent 174de22 commit ed344a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed344a1

Please sign in to comment.