Skip to content

Commit

Permalink
Add commit_hash attribute to conanfile.py
Browse files Browse the repository at this point in the history
NP-349
  • Loading branch information
saumyaj3 committed Oct 9, 2024
1 parent e62a449 commit 297614d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class DulcificumConan(ConanFile):
"with_apps": False,
"with_python_bindings": True,
}
commit_hash = None

def set_version(self):
try:
Expand Down

0 comments on commit 297614d

Please sign in to comment.