fCWT icon indicating copy to clipboard operation
fCWT copied to clipboard

Windows Compile Matlab error

Open ElliotShang opened this issue 11 months ago • 2 comments

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) image

ElliotShang avatar Dec 20 '24 09:12 ElliotShang

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

fastlib avatar Jan 06 '25 10:01 fastlib

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.

bjmiao avatar Feb 26 '25 20:02 bjmiao