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

avoid cmake warning due to policy var unused #15127

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Nov 17, 2023

Changelog: Fix: Avoid warning in CMake output due to CMAKE_POLICY_DEFAULT_CMP0091 unused variable.
Docs: Omit

@memsharded memsharded added this to the 2.0.15 milestone Nov 17, 2023
@@ -239,6 +239,7 @@ def build(self):
client.run("create . --name=pkg --version=0.1")
assert "mytoolchain1.cmake !!!running!!!" in client.out
assert "mytoolchain2.cmake !!!running!!!" in client.out
assert "CMake Warning" not in client.out
Copy link
Member

@AbrilRBS AbrilRBS Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, now we will know if this ever comes back, good one :)

@AbrilRBS AbrilRBS merged commit 6834956 into conan-io:release/2.0 Nov 17, 2023
@memsharded memsharded deleted the fix/avoid_cmaketoolchain_warning_policy_unused branch November 17, 2023 13:17
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