zeux/volk

Linking against `dl` on linux

Closed this issue · 1 comments

Out of the box one might encounter error: undefined reference to dlopen on linux.

Maybe add target_link_libraries(volk PRIVATE dl) on linux?

zeux commented

Yeah that makes sense. Feel free to submit a PR, otherwise I’ll try to get to this myself tomorrow.