[bug] Manual linking of libomp.lib required #38
Labels
binary module
Issues relating to the binary module
bug
Something isn't working
help wanted
Extra attention is needed
low priority
Describe the bug
For some reason (at least on my machine)
libomp.lib
needs to be explicitly linked in CMake, despite usingOpenMP::OpenMP_CXX
and I have no idea why.To Reproduce
Steps to reproduce the behaviour:
libomp.lib
Expected behaviour
We should not need to link
libomp.lib
manually.The text was updated successfully, but these errors were encountered: