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

cmake: remove mingw lib prefix #523

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Conversation

xantares
Copy link
Contributor

we want the dll to be named vulkan-1.dll and not libvulkan-1.dll
as it is the default on mingw (for drop-in replacement)

we want the dll to be named vulkan-1.dll and not libvulkan-1.dll
as it is the default on mingw (for drop-in replacement)
@lenny-lunarg lenny-lunarg merged commit 7a31309 into KhronosGroup:master Dec 1, 2020
xantares added a commit to xantares/Vulkan-Loader that referenced this pull request Jun 17, 2021
KhronosGroup#595 restored the default lib prefix for mingw (libvulkan-1.dll instead of vulkan-1.dl)
but it changed the import lib name (libvulkan.dll.a instead of libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what KhronosGroup#595 wants, (prior to KhronosGroup#523), but without the broken behavior

cc @Biswa96
xantares added a commit to xantares/Vulkan-Loader that referenced this pull request Jun 19, 2021
but it changed the import lib name (libvulkan.dll.a instead of libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what KhronosGroup#595 wants, (prior to KhronosGroup#523), but without the broken behavior

cc @Biswa96
xantares added a commit to xantares/Vulkan-Loader that referenced this pull request Jun 20, 2021
but it changed the import lib name (libvulkan.dll.a instead of libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what KhronosGroup#595 wants, (prior to KhronosGroup#523), but without the broken behavior

cc @Biswa96
charles-lunarg pushed a commit that referenced this pull request Jun 24, 2021
but it changed the import lib name (libvulkan.dll.a instead of libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what #595 wants, (prior to #523), but without the broken behavior

cc @Biswa96
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.

None yet

2 participants