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 21, 2024
1 parent feaa8a5 commit 15f2e29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ def generate(self):
deps.generate()

def _source(self):
from pprint import pprint
pprint(self.conan_data)
raise
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 15f2e29

Please sign in to comment.