mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Make sure build and generate steps are present
Contributes to CURA-8831
This commit is contained in:
parent
ae7023b2db
commit
c1ae1872d0
1 changed files with 3 additions and 0 deletions
|
@ -265,6 +265,9 @@ class CuraConan(ConanFile):
|
|||
self.cpp.package.bindirs = ["bin"]
|
||||
self.cpp.package.resdirs = ["resources", "plugins", "packaging", "pip_requirements"] # pip_requirements should be the last item in the list
|
||||
|
||||
def build(self):
|
||||
pass
|
||||
|
||||
def generate(self):
|
||||
cura_run_envvars = self._cura_run_env.vars(self, scope = "run")
|
||||
ext = ".ps1" if self.settings.os == "Windows" else ".sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue