Skip to content

Commit

Permalink
imgui: debug self.conan_data error - do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 24, 2024
1 parent edbbcaa commit 28ac6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28ac6ce

Please sign in to comment.