Skip to content

Commit

Permalink
add --no-as-needed link flag to constitutiveDrivers component
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Aug 20, 2024
1 parent b3e1540 commit 5650efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/coreComponents/constitutiveDrivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

#include "TriaxialDriver.hpp"
//#include "fileIO/Outputs/OutputBase.hpp"

namespace geos
{
Expand Down

0 comments on commit 5650efb

Please sign in to comment.