-
Notifications
You must be signed in to change notification settings - Fork 202
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
Build error - Target "CpuFeatures::cpu_features" not found. #629
Comments
As a back story I have been trying to link volk to an external version of cpu_features. I have dug into cpu_feature and think I have found an issue with it. For reference |
Ah! Thanks for reporting this. And also for opening the upstream issue. We need to monitor this and update the git submodule pointer accordingly. I hope this will be fixed soon. |
The upstream issue is fixed: For us, this implies that we update the submodule pointer and fix the 2 lines that were updated in #603. Since none of this is part of a release yet, I assume we don't need to worry about any backwards compatibility. |
This CpuFeatures::cpu_features should be CpuFeature::cpu_features
Also this if/else block seem redundant to me, in both branches it is including cpu_features far as I can tell
https://github.com/gnuradio/volk/blob/efa2220e6f0b50724618b006457f97eb748327e7/lib/CMakeLists.txt#L523C1-L531C10
The text was updated successfully, but these errors were encountered: