Skip to content
Snippets Groups Projects
Commit 732f3663 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Update lbmpy to 1.3.7

parent 075b5bfc
No related merge requests found
This diff is collapsed.
......@@ -619,7 +619,7 @@ endif ()
##
#############################################################################################################################
if ( WALBERLA_BUILD_WITH_CODEGEN )
set(LBMPY_MIN_VERSION 1.3.6)
set(LBMPY_MIN_VERSION 1.3.7)
execute_process(COMMAND ${Python_EXECUTABLE} -c "import lbmpy; print(lbmpy.__version__)"
RESULT_VARIABLE LBMPY_FOUND OUTPUT_VARIABLE LBMPY_VERSION)
if(NOT LBMPY_FOUND EQUAL 0)
......
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