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

[cmake] Add symbol OGS_USE_PYTHON to HeatTransportBHE.

parent 20a5d874
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ target_link_libraries( ...@@ -10,6 +10,9 @@ target_link_libraries(
PRIVATE ParameterLib PRIVATE ParameterLib
$<$<TARGET_EXISTS:pybind11::pybind11>:pybind11::pybind11> $<$<TARGET_EXISTS:pybind11::pybind11>:pybind11::pybind11>
) )
target_compile_definitions(
HeatTransportBHE PRIVATE $<$<BOOL:${OGS_USE_PYTHON}>:OGS_USE_PYTHON>
)
if(OGS_BUILD_TESTING) if(OGS_BUILD_TESTING)
include(Tests.cmake) include(Tests.cmake)
......
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