mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fixes for translations
We don't have a conan_data.yml anymore Contribute to CURA-10208
This commit is contained in:
parent
90f43855bd
commit
877ced17cc
1 changed files with 0 additions and 4 deletions
|
@ -267,10 +267,6 @@ class CuraConan(ConanFile):
|
|||
copy(self, "CuraVersion.py.jinja", self.recipe_folder, self.export_sources_folder)
|
||||
copy(self, "cura_app.py", self.recipe_folder, self.export_sources_folder)
|
||||
|
||||
def set_version(self):
|
||||
if self.version is None:
|
||||
self.version = self._umdefault_version()
|
||||
|
||||
def configure(self):
|
||||
self.options["pyarcus"].shared = True
|
||||
self.options["pysavitar"].shared = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue