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

linux: fix missing link dependency to dl library #4

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

cedric-chedaleux
Copy link
Contributor

Fix build issue on Linux:

/usr/bin/ld: CMakeFiles/vulkan_splatting.dir/vulkan/VulkanContext.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

'dl' library was not set as link dependencies

dlclose/dlopen were not found on linux due to missing 'dl' libray
dependency.

Signed-off-by: Cedric CHEDALEUX <[email protected]>
@cedric-chedaleux cedric-chedaleux force-pushed the fix-linux-build-dl-lib-dep branch from bca4b19 to 845997e Compare February 15, 2024 10:28
@shg8
Copy link
Owner

shg8 commented Feb 15, 2024

Thanks for the fix!

@shg8 shg8 merged commit 23c2568 into shg8:main Feb 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants