diff --git a/src/coreComponents/constitutiveDrivers/CMakeLists.txt b/src/coreComponents/constitutiveDrivers/CMakeLists.txt index 7861a29d031..910148e9c45 100644 --- a/src/coreComponents/constitutiveDrivers/CMakeLists.txt +++ b/src/coreComponents/constitutiveDrivers/CMakeLists.txt @@ -51,4 +51,4 @@ blt_add_library( NAME constitutiveDrivers ) target_include_directories( constitutiveDrivers PUBLIC ${CMAKE_SOURCE_DIR}/coreComponents ) - +target_link_options(constitutiveDrivers PUBLIC "LINKER:--no-as-needed") diff --git a/src/coreComponents/constitutiveDrivers/solid/TriaxialDriver.cpp b/src/coreComponents/constitutiveDrivers/solid/TriaxialDriver.cpp index 7768a9af35d..c0e2a8ecdeb 100644 --- a/src/coreComponents/constitutiveDrivers/solid/TriaxialDriver.cpp +++ b/src/coreComponents/constitutiveDrivers/solid/TriaxialDriver.cpp @@ -18,7 +18,6 @@ */ #include "TriaxialDriver.hpp" -//#include "fileIO/Outputs/OutputBase.hpp" namespace geos {