-
Notifications
You must be signed in to change notification settings - Fork 312
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
Linking CXX executable UnitTests error #6
Comments
Thanks @szihs, you are right that boost thread is needed as it is a dependency of some of the other boost libraries. However, indirect dependencies are supposed to be added automatically by armnn/cmake/modules/FindBoost.cmake. Please could you let me know which version of Cmake and boost you are using? I'm using cmake 3.5.1 and boost 1.64. Thanks, |
Hello Matthew, Thanks, |
Thanks, then probably what has happened here is that boost 1.65 has an additional dependency on boost.thread that was not previously needed, and our version of FindBoost.cmake does not know about it. I'll flag the issue internally and we'll fix it properly in a future release. I'm closing this issue as you have a workaround. All the best, |
Hello support-ARM,
While using static boost libs I face linking error in UnitTests executable.
Linking CXX executable UnitTests
Changing in file cmake/GlobalConfig.cmake
makes it link properly.
Regards,
Harsh
The text was updated successfully, but these errors were encountered: