Skip to content

Commit

Permalink
Merge pull request #380 from dalg24/fixup_cmake_set_var
Browse files Browse the repository at this point in the history
Fixup in note on how to set configuration options with cmake
  • Loading branch information
dalg24 authored May 15, 2023
2 parents bcde29a + 42d4557 commit 207db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CMake Keywords

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``.
Recall that to set a keyword in CMake you used the syntax ``-Dkeyword_name=value``.


This page is organized in four sections:
Expand Down

0 comments on commit 207db07

Please sign in to comment.