You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: