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

fix leaking of CMakeDeps lib_suffix variable #14253

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Jul 8, 2023

Changelog: Bugfix: Fix leaking of CMakeDeps CMAKE_FIND_LIBRARY_SUFFIXES variable.
Docs: Omit

Close #14225

@memsharded memsharded added this to the 2.0.8 milestone Jul 8, 2023
@memsharded
Copy link
Member Author

I haven't added a test for this, because it is a very niche bug (only Windows, only DLLs, only having more than 1 DLL and having them in the "lib" folder, not the "bin" folder, which is extremely unusual), the test would take me way too much time compared with the fix itself.

@AbrilRBS AbrilRBS merged commit 64ab9e7 into conan-io:release/2.0 Jul 8, 2023
@AbrilRBS AbrilRBS deleted the fix/cmakedeps_leak_var branch July 8, 2023 20:22
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.

[bug] Linking a package with two dlls in the lib directory fails
2 participants