Skip to content

Commit

Permalink
Merge branch 'master' into PP-350_cleanup_print_temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Sep 11, 2023
2 parents 3de23f2 + a0e7436 commit a90d136
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 @@ -19,6 +19,10 @@ class FDM_MaterialsConan(ConanFile):
exports = "LICENSE*"
settings = "os", "compiler", "build_type", "arch"
no_copy_source = True

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

def export_sources(self):
copy(self, "*.fdm_material", self.recipe_folder, self.export_sources_folder)
Expand Down

0 comments on commit a90d136

Please sign in to comment.