Skip to content

Commit

Permalink
Sacado: Remove duplication from removal of Kokkos subpackages (trilin…
Browse files Browse the repository at this point in the history
…os#11545, trilinos#11808)

This duplication resulted from running a simple automated script that created
a commit in PR trilinos#11808.
  • Loading branch information
bartlettroscoe committed Jun 29, 2023
1 parent a53c74d commit c919ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ASSERT_DEFINED(PACKAGE_SOURCE_DIR CMAKE_CURRENT_SOURCE_DIR)
TRIBITS_INCLUDE_DIRECTORIES(REQUIRED_DURING_INSTALLATION_TESTING ${CMAKE_CURRENT_SOURCE_DIR})
TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})

IF (Sacado_ENABLE_Kokkos AND Sacado_ENABLE_Kokkos AND
Sacado_ENABLE_TeuchosCore)
IF (Sacado_ENABLE_Kokkos AND Sacado_ENABLE_TeuchosCore)

TRIBITS_ADD_EXECUTABLE(
FadAssemblyTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ASSERT_DEFINED(PACKAGE_SOURCE_DIR CMAKE_CURRENT_SOURCE_DIR)
TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
TRIBITS_INCLUDE_DIRECTORIES(REQUIRED_DURING_INSTALLATION_TESTING ${CMAKE_CURRENT_SOURCE_DIR})

IF (Sacado_ENABLE_Kokkos AND Sacado_ENABLE_Kokkos AND
Sacado_ENABLE_TeuchosCore)
IF (Sacado_ENABLE_Kokkos AND Sacado_ENABLE_TeuchosCore)

TRIBITS_ADD_EXECUTABLE(
FadAssemblyViewTest
Expand Down

0 comments on commit c919ae4

Please sign in to comment.