mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:09:02 +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):
|
||||
self.folders.source = "."
|
||||
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.bindirs = ["bin"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user