Skip to content
Snippets Groups Projects
Commit b303e2a0 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Added transitive dependency to pe to python_module

parent 5eddda36
No related merge requests found
......@@ -9,7 +9,7 @@ if ( WALBERLA_BUILD_WITH_PYTHON_MODULE )
endif()
if (WALBERLA_BUILD_WITH_OPENMESH)
set(PYTHON_MODULE_DEPENDENCIES ${PYTHON_MODULE_DEPENDENCIES} mesh)
set(PYTHON_MODULE_DEPENDENCIES ${PYTHON_MODULE_DEPENDENCIES} mesh pe)
endif()
if( WALBERLA_CXX_COMPILER_IS_MSVC )
......@@ -40,4 +40,4 @@ if ( WALBERLA_BUILD_WITH_PYTHON_MODULE )
add_test( NAME PythonModuleTest
COMMAND ${PYTHON_EXECUTABLE} -m unittest discover -v -s ${walberla_SOURCE_DIR}/python/waLBerla_tests )
endif()
\ No newline at end of file
endif()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment