Skip to content
Snippets Groups Projects
Commit 98d29fbc authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] Changed build config for Python BCs and STs

parent bd9ecf30
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,18 @@ target_include_directories(
target_link_libraries(
ProcessLibBoundaryConditionAndSourceTermPython
PUBLIC BaseLib MathLib MeshLib NumLib Python::Python
PUBLIC BaseLib MathLib MeshLib NumLib
$<$<NOT:$<BOOL:${OGS_WHEEL_BUILD}>>:Python::Python>
PRIVATE pybind11::pybind11
)
if(OGS_WHEEL_BUILD AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang")
target_link_options(
ProcessLibBoundaryConditionAndSourceTermPython PUBLIC -undefined
dynamic_lookup
)
endif()
# For the embedded Python module
ogs_add_library(
ProcessLibBoundaryConditionAndSourceTermPythonModule
......
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