-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
binary moduleIssues relating to the binary moduleIssues relating to the binary modulebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlow priority
Description
Describe the bug
For some reason (at least on my machine) libomp.lib needs to be explicitly linked in CMake, despite using OpenMP::OpenMP_CXX and I have no idea why.
To Reproduce
Steps to reproduce the behaviour:
- Clone repo, set up, and compile to windows (any architecture)
- Remove the line that adds
libomp.lib - Recompile
- Undefined reference errors to all OpenMP functions
Expected behaviour
We should not need to link libomp.lib manually.
Metadata
Metadata
Assignees
Labels
binary moduleIssues relating to the binary moduleIssues relating to the binary modulebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlow priority
Projects
Status
Backlog