Skip to content

Commit

Permalink
source_folder as root for materials
Browse files Browse the repository at this point in the history
conan build fix
  • Loading branch information
saumyaj3 committed Aug 29, 2023
1 parent 0397095 commit d80e349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def generate(self):
# Copy materials (flat)
rmdir(self, os.path.join(self.source_folder, "resources", "materials"))
fdm_materials = self.dependencies["fdm_materials"].cpp_info
copy(self, "*", fdm_materials.resdirs[0], str(self._share_dir.joinpath("cura")))
copy(self, "*", fdm_materials.resdirs[0], self.source_folder)

# Copy internal resources
if self.options.internal:
Expand Down

0 comments on commit d80e349

Please sign in to comment.