Skip to content

Commit

Permalink
Expand list of kokkos options not to export with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed May 17, 2023
1 parent 4197fa8 commit 2bcfa51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmake/kokkos_functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
# upper-case version for use within

set(Kokkos_OPTIONS_NOT_TO_EXPORT
Kokkos_ENABLE_TESTS Kokkos_ENABLE_EXAMPLES)
Kokkos_ENABLE_BENCHMARKS
Kokkos_ENABLE_EXAMPLES
Kokkos_ENABLE_TESTS
Kokkos_ENABLE_HEADER_SELF_CONTAINMENT_TESTS
Kokkos_ENABLE_COMPILER_WARNINGS
)

#
#
Expand Down

0 comments on commit 2bcfa51

Please sign in to comment.