Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Manual linking of libomp.lib required #38

Open
Derpius opened this issue Aug 13, 2022 · 0 comments
Open

[bug] Manual linking of libomp.lib required #38

Derpius opened this issue Aug 13, 2022 · 0 comments
Labels
binary module Issues relating to the binary module bug Something isn't working help wanted Extra attention is needed low priority

Comments

@Derpius
Copy link
Owner

Derpius commented Aug 13, 2022

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:

  1. Clone repo, set up, and compile to windows (any architecture)
  2. Remove the line that adds libomp.lib
  3. Recompile
  4. Undefined reference errors to all OpenMP functions

Expected behaviour
We should not need to link libomp.lib manually.

@Derpius Derpius added bug Something isn't working help wanted Extra attention is needed low priority binary module Issues relating to the binary module labels Aug 13, 2022
@Derpius Derpius moved this to Backlog in VisTrace Dec 16, 2022
@Derpius Derpius added this to VisTrace Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary module Issues relating to the binary module bug Something isn't working help wanted Extra attention is needed low priority
Projects
Status: Backlog
Development

No branches or pull requests

1 participant