Skip to content

Commit

Permalink
Add working version
Browse files Browse the repository at this point in the history
Used when running install without name/version

Contributes to CURA-10591
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent acf3f7c commit 644f6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class ArcusConan(ConanFile):
"fPIC": True,
}

def set_version(self):
if not self.version:
self.version = "5.4.0-alpha"

@property
def _min_cppstd(self):
return 17
Expand Down

0 comments on commit 644f6ec

Please sign in to comment.