Solver failed to build

Running python -m mfixgui.build_mfixsolver -j -DCMAKE_Fortran_COMPILER=gfortran
Building custom solver for silane_pyrolysis_pic_3d.mfx
Running cmake command:
cmake -DCMAKE_Fortran_COMPILER=gfortran -DENABLE_PYMFIX=ON -G “MinGW Makefiles” -DCMAKE_INSTALL_PREFIX=E:\mfix-case\silane_pyrolysis_pic_3d -DUDF_DIR=E:\mfix-case\silane_pyrolysis_pic_3d D:\anaconda\envs\mfix-23.4\share\mfix\src

– Found Python3: D:/anaconda/envs/mfix-23.4/python.exe (found version “3.10.13”) found components: Interpreter
– Setting build type to ‘RelWithDebInfo’ as none was specified.
– MFIX build settings summary:
– Build type = RelWithDebInfo
– CMake version = 3.28.1
– Fortran compiler = gfortran
– Fortran flags =
– ENABLE_MPI = OFF
– ENABLE_OpenMP = OFF
– ENABLE_CTEST = OFF
– ENABLE_COVERAGE = OFF
– The Fortran compiler identification is GNU 5.3.0
– The C compiler identification is GNU 5.3.0
– Detecting Fortran compiler ABI info
– Detecting Fortran compiler ABI info - done
– Check for working Fortran compiler: D:/anaconda/envs/mfix-23.4/Library/mingw-w64/bin/gfortran.exe - skipped
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: D:/anaconda/envs/mfix-23.4/Library/mingw-w64/bin/cc.exe - skipped
– Detecting C compile features
– Detecting C compile features - done
– Performing Test ffpe_trap
– Performing Test ffpe_trap - Success
– Performing Test ffpe_summary
– Performing Test ffpe_summary - Success
– Found Git: D:/anaconda/envs/mfix-23.4/Library/bin/git.exe (found version “2.43.0.windows.1”)
CMake Error at model/CMakeLists.txt:694 (set_mfix_version):
Unknown CMake command “set_mfix_version”.

– Configuring incomplete, errors occurred!

                 BUILD FAILED

==============================================
I tried the 23.4 and 23.2 versions, and both showed that the solver failed to build, what should I do

CMake Error at model/CMakeLists.txt:694 (set_mfix_version):
Unknown CMake command “set_mfix_version”.

This is very strange, set_mfix_version has been removed and should not appear in the CMakeLists.txt file. Can you please send me the file

D:\anaconda\envs\mfix-23.4\share\mfix\src\model\CMakeLists.txt

?

Thank you, I have successfully solved the problem by downloading the new version of cmake as you said before