From 28ac6ce06d75a673ea464fda1d1db35f31c9146c Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Thu, 24 Oct 2024 14:00:22 +0300 Subject: [PATCH] imgui: debug self.conan_data error - do not merge --- recipes/imgui/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/imgui/all/conanfile.py b/recipes/imgui/all/conanfile.py index a7bf79fe42c66c..79f2ee0bf2c103 100644 --- a/recipes/imgui/all/conanfile.py +++ b/recipes/imgui/all/conanfile.py @@ -224,6 +224,7 @@ def generate(self): deps.generate() def _source(self): + print(self.conan_data) version = self.version.replace("-docking", "") kind = "docking" if self.options.docking else "regular" get(self, **self.conan_data["sources"][version][kind], destination=self.source_folder, strip_root=True)