From 5d935356a2d8d5e0ccd1c4e81ce6920883c81a70 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Wed, 28 Jun 2023 18:46:05 -0600 Subject: [PATCH] Sacado: Remove duplication from removal of Kokkos subpackages (#11545, #11808) This duplication resulted from running a simple automated script that created a commit in PR #11808. --- packages/sacado/test/performance/fenl_assembly/CMakeLists.txt | 3 +-- .../sacado/test/performance/fenl_assembly_view/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/sacado/test/performance/fenl_assembly/CMakeLists.txt b/packages/sacado/test/performance/fenl_assembly/CMakeLists.txt index dcfceb6bc280..d372aa76014a 100644 --- a/packages/sacado/test/performance/fenl_assembly/CMakeLists.txt +++ b/packages/sacado/test/performance/fenl_assembly/CMakeLists.txt @@ -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 diff --git a/packages/sacado/test/performance/fenl_assembly_view/CMakeLists.txt b/packages/sacado/test/performance/fenl_assembly_view/CMakeLists.txt index d96825a98627..82bf15b5c1b0 100644 --- a/packages/sacado/test/performance/fenl_assembly_view/CMakeLists.txt +++ b/packages/sacado/test/performance/fenl_assembly_view/CMakeLists.txt @@ -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