Skip to content

Commit

Permalink
self.output.warning instead of self.output.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Mar 22, 2023
1 parent 8c5ffcf commit 2b4d29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vulkan-loader/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def validate(self):
check_min_vs(self, "191")
# TODO: to replace by some version range check
if self.dependencies["vulkan-headers"].ref.version != self.version:
self.output.warn("vulkan-loader should be built & consumed with the same version than vulkan-headers.")
self.output.warning("vulkan-loader should be built & consumed with the same version than vulkan-headers.")

def build_requirements(self):
if self._is_pkgconf_needed:
Expand Down

0 comments on commit 2b4d29f

Please sign in to comment.