Skip to content

Commit

Permalink
vtk-m: store conan_components.json in res/, not share/
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 31, 2024
1 parent 882dbe4 commit b69f53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vtk-m/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def _cmake_targets_to_conan_components(self, targets_info):

@property
def _components_json(self):
return os.path.join(self.package_folder, "share", "conan_components.json")
return os.path.join(self.package_folder, "res", "conan_components.json")

def package(self):
copy(self, "LICENSE.txt", self.source_folder, os.path.join(self.package_folder, "licenses"))
Expand Down

0 comments on commit b69f53d

Please sign in to comment.