From c3078658109fb999290352e5452c74a4a49dbebd Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 6 Oct 2021 16:39:26 +0200 Subject: [PATCH] [cmake] Symbol OGS_USE_PYTHON is not required on ProcessLibBoundaryConditionAndSourceTermPython. --- ProcessLib/BoundaryConditionAndSourceTerm/Python/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CMakeLists.txt b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CMakeLists.txt index b26a03e1df4..42747e00c58 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CMakeLists.txt +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CMakeLists.txt @@ -23,8 +23,6 @@ target_compile_definitions( $<$<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( -- GitLab