Skip to content
Snippets Groups Projects
Commit c3c8de24 authored by Lars Bilke's avatar Lars Bilke Committed by Tom Fischer
Browse files

[cmake] Don't propagate forced linking.

parent cfdb760e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ target_link_libraries(
if(OGS_BUILD_WHEEL OR (APPLE AND OGS_USE_PETSC))
target_link_options(
ProcessLibBoundaryConditionAndSourceTermPython PUBLIC
ProcessLibBoundaryConditionAndSourceTermPython PRIVATE
$<$<CXX_COMPILER_ID:AppleClang>:-undefined dynamic_lookup>
$<$<CXX_COMPILER_ID:MSVC>:/FORCE:UNRESOLVED>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment