mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Store generators in build folder
Contributes to CURA-9365
This commit is contained in:
parent
ff3a422890
commit
1bb1efd429
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class CuraConan(ConanFile):
|
||||||
def layout(self):
|
def layout(self):
|
||||||
self.folders.source = "."
|
self.folders.source = "."
|
||||||
self.folders.build = "venv"
|
self.folders.build = "venv"
|
||||||
self.folders.generators = str(self._base_dir.joinpath("conan"))
|
self.folders.generators = Path(self.folders.build, "conan")
|
||||||
|
|
||||||
self.cpp.package.libdirs = [os.path.join("site-packages", "cura")]
|
self.cpp.package.libdirs = [os.path.join("site-packages", "cura")]
|
||||||
self.cpp.package.bindirs = ["bin"]
|
self.cpp.package.bindirs = ["bin"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue