idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Fix contrib library linking #385

Closed dschwen closed 9 months ago

dschwen commented 9 months ago

Reason

Contrib libs need to be linked to the app library and not to the executable. There is an upcoming change in MOOSE.

Design

Use ADDITIONAL_DEPEND_LIBS to register the dependency properly.

Impact

Improved dynamic linking.