Skip to content
Snippets Groups Projects
Commit 9637b1bf authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Symbol OGS_USE_PYTHON can be private.

parent 56bbd5ee
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,15 @@ ogs_add_library(
target_compile_definitions(
ProcessLibBoundaryConditionAndSourceTermPython
PUBLIC OGS_USE_PYTHON
# Enabled elements
PUBLIC # Enabled elements
OGS_MAX_ELEMENT_DIM=${OGS_MAX_ELEMENT_DIM}
OGS_MAX_ELEMENT_ORDER=${OGS_MAX_ELEMENT_ORDER}
$<$<BOOL:${OGS_ENABLE_ELEMENT_SIMPLEX}>:OGS_ENABLE_ELEMENT_SIMPLEX>
$<$<BOOL:${OGS_ENABLE_ELEMENT_CUBOID}>:OGS_ENABLE_ELEMENT_CUBOID>
$<$<BOOL:${OGS_ENABLE_ELEMENT_PRISM}>:OGS_ENABLE_ELEMENT_PRISM>
$<$<BOOL:${OGS_ENABLE_ELEMENT_PYRAMID}>:OGS_ENABLE_ELEMENT_PYRAMID>
PRIVATE
OGS_USE_PYTHON
)
target_link_libraries(
......
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