mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:38:59 +08:00
Store generators in build folder
Contributes to CURA-9365
This commit is contained in:
parent
ff3a422890
commit
1bb1efd429
@ -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…
x
Reference in New Issue
Block a user