environment:
operating system: windows 10.
IDE: visual studio 2022 community.
opencv version opencv-4.12.0.
i use cmake gui build opencv-4.12.0, using the binary openblas0.30.0, cmake unsurport this version. so i build openblas from sorce with static lib, this time cmake can recognise openblas lpack etc..., but when compile using visual studio, the opencv module opencv_core with error message DllMain already defined in openblas.lib(memory.obj), i found dllmain in memory.c of openblas source. so how to solve this problem?