diff --git a/recipes/vulkan-loader/all/conanfile.py b/recipes/vulkan-loader/all/conanfile.py index 96661bf1c273d..26c55ed9363d7 100644 --- a/recipes/vulkan-loader/all/conanfile.py +++ b/recipes/vulkan-loader/all/conanfile.py @@ -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: