-
Notifications
You must be signed in to change notification settings - Fork 35
References to tbb-NOTFOUND.obj #8
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
Comments
Thank you for the bug report. Can you also provide the arguments you used when you invoked cmake, OS, and compiler? So I can try to reproduce your error. |
Am compiling with VS2015 on Windows 10. In the
Not sure yet, where this comes from. Would guess |
Might be this problem here: https://stackoverflow.com/questions/14850736/cmake-imported-library-behaviour |
Switched |
Yes, the SO post looks like a likely source of the error. |
I will look into the error this weekend. |
Problem with |
When I try to use TBB with my CMake project like this:
It in the end tries to link
tbb-NOTFOUND.obj
(which of course fails).The text was updated successfully, but these errors were encountered: