From 297614da0cc9405e08129b1611a9ebb693c829cc Mon Sep 17 00:00:00 2001 From: saumyaj3 Date: Wed, 9 Oct 2024 18:22:18 +0200 Subject: [PATCH] Add commit_hash attribute to conanfile.py NP-349 --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 8b8e019..68d06b4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -38,6 +38,7 @@ class DulcificumConan(ConanFile): "with_apps": False, "with_python_bindings": True, } + commit_hash = None def set_version(self): try: