Skip to content

Commit

Permalink
few changes-3
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 28, 2023
1 parent 8c344b7 commit 87f63dc
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 @@ -380,7 +380,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
fdm_materials = self.dependencies["fdm_materials-v2"].cpp_info
copy(self, "*", fdm_materials.resdirs[0], self.source_folder)

# Copy internal resources
Expand Down

0 comments on commit 87f63dc

Please sign in to comment.