INTEL MKL: undefined symbol

Dear @joergbuchwald

I tried another time to compile OGS6 using this ccmake command in ogs source code directory: ccmake -S . --preset=release. I also deleted all strings with BLAS related variables in toggle t. It showed configuration done, but when I found /build/release/bin directory, it only contained OpenGeoSysCND.xsd OpenGeoSysGLI.xsd OpenGeoSysNum.xsd OpenGeoSysProject.xsd OpenGeoSysSTN.xsd. This output really made me confusing because I think it should be like in this video at 3:13, https://www.youtube.com/watch?v=GL5sugIyHEk&t=197s. Would you mind giving me some advice? Thank you very much!

Btw, one good news is that I can switch OGS_USE_MKL to ON during ccmake in this new try.

OS: Ubuntu 20.04LTS under WSL2