Skip to content

Commit

Permalink
qxmpp: set CMAKE_POLICY_DEFAULT_CMP0077
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 20, 2024
1 parent ce30653 commit 30dae68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/qxmpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def generate(self):
tc.variables["BUILD_EXAMPLES"] = False
tc.variables["WITH_GSTREAMER"] = self.options.with_gstreamer
tc.variables["BUILD_SHARED"] = self.options.shared
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW"
tc.generate()
tc = CMakeDeps(self)
tc.generate()
Expand Down

0 comments on commit 30dae68

Please sign in to comment.