Windows Compile Matlab error
CMake Error at C:/Program Files/CMake/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
Dear ElliotShang,
This has to do with OpenMP on windows. As with your previous commit, I cannot really help you from here as this has to do with the installation/configuration of OpenMP on Windows. I hope you figure it out! Good Luck
I originally met the same problem. After installing Visual Studio, using the Developer Command Prompt for Visual Studio solved the problem, as stated in the 'Installation on Microsoft Windows' section on README page.