Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #604 from masterleinad/fix_external_kokkos_in_tril…
Browse files Browse the repository at this point in the history
…inos

Don't list Kokkos as explicit dependency to support external Kokkos in Trilinos
  • Loading branch information
aprokop committed Aug 17, 2023
2 parents 134ea2a + 0d50a37 commit d44f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET(${PACKAGE_NAME}_Trilinos_REQUIRED_COMPONENTS Belos Kokkos Intrepid2 Stratimikos Teuchos Thyra Tpetra)
SET(${PACKAGE_NAME}_Trilinos_REQUIRED_COMPONENTS Belos Intrepid2 Stratimikos Teuchos Thyra Tpetra)
SET(${PACKAGE_NAME}_Trilinos_OPTIONAL_COMPONENTS "")

IF (${PACKAGE_NAME}_ARBORX_TPL)
Expand Down

0 comments on commit d44f722

Please sign in to comment.