From b3e1540bbb8740752c3a9accaa2a18fc25d455e8 Mon Sep 17 00:00:00 2001 From: "Randolph R. Settgast" Date: Sat, 17 Aug 2024 17:21:55 -0700 Subject: [PATCH] just cleanup --- src/coreComponents/constitutive/CMakeLists.txt | 1 - src/coreComponents/unitTests/constitutiveTests/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/coreComponents/constitutive/CMakeLists.txt b/src/coreComponents/constitutive/CMakeLists.txt index bbbc2e7ce8e..f1735d68549 100644 --- a/src/coreComponents/constitutive/CMakeLists.txt +++ b/src/coreComponents/constitutive/CMakeLists.txt @@ -272,7 +272,6 @@ set( constitutive_sources solid/SolidBase.cpp solid/SolidInternalEnergy.cpp solid/CeramicDamage.cpp - # solid/TriaxialDriver.cpp solid/porosity/BiotPorosity.cpp solid/porosity/PorosityBase.cpp solid/porosity/PressurePorosity.cpp diff --git a/src/coreComponents/unitTests/constitutiveTests/CMakeLists.txt b/src/coreComponents/unitTests/constitutiveTests/CMakeLists.txt index 3f4db1743ae..b6ad3af2616 100644 --- a/src/coreComponents/unitTests/constitutiveTests/CMakeLists.txt +++ b/src/coreComponents/unitTests/constitutiveTests/CMakeLists.txt @@ -34,7 +34,7 @@ set( gtest_reactivefluid_xmls set( dependencyList ${parallelDeps} gtest ) -list( APPEND dependencyList geosx_core ) +list( APPEND dependencyList mainInterface ) if( ENABLE_PVTPackage ) list( APPEND gtest_geosx_tests